Html Css Color HEX #CB0A28 Fire Engine Red

📋 copy color: '#CB0A28'

red 203 ◦ green 10 ◦ blue 40

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

Shades of Fire Engine Red #CB0A28

Tints of Fire Engine Red #CB0A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.95%

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

R = 80.24%
G = 3.95%
B = 15.81%

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

#CB0A28 (or 0xCB0A28) is known color: Fire Engine Red. HEX triplet: CB, 0A and 28. RGB value is (203,10,40). Sum of RGB (Red+Green+Blue) = 203+10+40=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A28 is #34F5D7. Grayscale: #474747. Windows color (decimal): -3470808 or 2624203. OLE color: 2624203.

HSL color Cylindrical-coordinate representation of color #CB0A28: hue angle of 350.67º degrees, saturation: 0.91, 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 #CB0A28 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 10 40 -
CMYK 0 0.95 0.80 0.20
HSL 350.67º 0.91% 0.42% -
HSV(B) 350.67º 0.95% 0.8% -
XYZ 25.12 13.07 3.21 -
YUV 71.13 110.44 222.06 -
System Red Green Blue C M Y K H S L
Decimal 203 10 40 0 0.95 0.80 0.20 350.67 0.91 0.42
Hex CB A 28 0 5F 50 14 15F 5B 2A
Octal 313 12 50 0 137 120 24 537 133 52
Binary 11001011 1010 101000 0 1011111 1010000 10100 101011111 1011011 101010

Color Harmonies of #CB0A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0A28

Black with #CB0A28

Text Example


Text Example

White with #CB0A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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