Html Css Color HEX #CB0E1E Fire Engine Red

📋 copy color: '#CB0E1E'

red 203 ◦ green 14 ◦ blue 30

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

Shades of Fire Engine Red #CB0E1E

Tints of Fire Engine Red #CB0E1E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 82.19%
G = 5.67%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB0E1E (or 0xCB0E1E) is known color: Fire Engine Red. HEX triplet: CB, 0E and 1E. RGB value is (203,14,30). Sum of RGB (Red+Green+Blue) = 203+14+30=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E1E is #34F1E1. Grayscale: #484848. Windows color (decimal): -3469794 or 1969867. OLE color: 1969867.

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

Color convert

RGB 203 14 30 -
CMYK 0 0.93 0.85 0.20
HSL 354.92º 0.87% 0.43% -
HSV(B) 354.92º 0.93% 0.8% -
XYZ 25.02 13.1 2.44 -
YUV 72.34 104.12 221.2 -
System Red Green Blue C M Y K H S L
Decimal 203 14 30 0 0.93 0.85 0.20 354.92 0.87 0.43
Hex CB E 1E 0 5D 55 14 163 57 2B
Octal 313 16 36 0 135 125 24 543 127 53
Binary 11001011 1110 11110 0 1011101 1010101 10100 101100011 1010111 101011

Color Harmonies of #CB0E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0E1E

Black with #CB0E1E

Text Example


Text Example

White with #CB0E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0E1E; }

 p { color: rgb(203,14,30); }

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

background-color css

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

 a { background-color: rgb(203,14,30); }

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

border-color css

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

 span { border-color: rgb(203,14,30); }

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