#CB1F24

Color #CB1F24 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CB1F24

Tints of Fire Engine Red #CB1F24

Color information

#CB1F24 (or 0xCB1F24) is unknown color: approx Fire Engine Red. HEX triplet: CB, 1F and 24. RGB value is (203,31,36). Sum of RGB (Red+Green+Blue) = 203+31+36=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1F24 is #34E0DB. Grayscale: #535353. Windows color (decimal): -3465436 or 2367435. OLE color: 2367435.

HSL color Cylindrical-coordinate representation of color #CB1F24: hue angle of 358.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F24 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB2033136-
CMYK00.850.820.20
HSL358.26º73.5%45.88%-
HSV(B)358.26º84.73%79.61%-
XYZ25.4413.82.99-
YUV83101.48213.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 75.19%
GREEN value IS 31 (12.5% from 255) = 11.48%
BLUE value IS 36 (14.45% from 255) = 13.33%
R=75.19%
G=11.48%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203313600.850.820.20358.2673.545.88
HexCB1F2405552141664a2e
Octal313374401251222454611256
Binary1100101111111100100010101011010010101001011001101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1F24; }

 p { color: rgb(203,31,36); }

 H1.HeaderClassName
 {
   color: #CB1F24;
 }
 .AnyTagClassName
 {
   color: #CB1F24;
 }
</style>
background-color css

<style>
 a { background-color: #CB1F24; }

 a { background-color: rgb(203,31,36); }

 div.DivClassName
 {
   background-color: #CB1F24;
 }
 .BgClassName
 {
   background-color: #CB1F24;
 }
</style>
border-color css

<style>
 span { border-color: #CB1F24; }

 span { border-color: rgb(203,31,36); }

 td.TdClassName
 {
   border-color: #CB1F24;
 }
 .TagClassName
 {
   border-color: #CB1F24;
 }
</style>