Html Css Color HEX #CB0B28 Fire Engine Red

📋 copy color: '#CB0B28'

red 203 ◦ green 11 ◦ blue 40

#CB0B28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CB0B28

Tints of Fire Engine Red #CB0B28

RGB

 RED value IS 203 (79.69% from 255) = 79.92%

 GREEN value IS 11 (4.69% from 255) = 4.33%

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 79.92%
G = 4.33%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB0B28 (or 0xCB0B28) is known color: Fire Engine Red. HEX triplet: CB, 0B and 28. RGB value is (203,11,40). Sum of RGB (Red+Green+Blue) = 203+11+40=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0B28 is #34F4D7. Grayscale: #474747. Windows color (decimal): -3470552 or 2624459. OLE color: 2624459.

HSL color Cylindrical-coordinate representation of color #CB0B28: hue angle of 350.94º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B28 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 11 40 -
CMYK 0 0.95 0.80 0.20
HSL 350.94º 0.9% 0.42% -
HSV(B) 350.94º 0.95% 0.8% -
XYZ 25.13 13.09 3.21 -
YUV 71.71 110.11 221.64 -
System Red Green Blue C M Y K H S L
Decimal 203 11 40 0 0.95 0.80 0.20 350.94 0.9 0.42
Hex CB B 28 0 5F 50 14 15F 5A 2A
Octal 313 13 50 0 137 120 24 537 132 52
Binary 11001011 1011 101000 0 1011111 1010000 10100 101011111 1011010 101010

Color Harmonies of #CB0B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0B28

Black with #CB0B28

Text Example


Text Example

White with #CB0B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0B28; }

 p { color: rgb(203,11,40); }

 H1.HeaderClassName
 {
   color: #CB0B28;
 }
 .AnyTagClassName
 {
   color: #CB0B28;
 }
</style>

background-color css

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

 a { background-color: rgb(203,11,40); }

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

border-color css

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

 span { border-color: rgb(203,11,40); }

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