Html Css Color HEX #CB0D1F Fire Engine Red

📋 copy color: '#CB0D1F'

red 203 ◦ green 13 ◦ blue 31

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

Shades of Fire Engine Red #CB0D1F

Tints of Fire Engine Red #CB0D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.26%

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 82.19%
G = 5.26%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB0D1F (or 0xCB0D1F) is known color: Fire Engine Red. HEX triplet: CB, 0D and 1F. RGB value is (203,13,31). Sum of RGB (Red+Green+Blue) = 203+13+31=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0D1F is #34F2E0. Grayscale: #474747. Windows color (decimal): -3470049 or 2035147. OLE color: 2035147.

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

Color convert

RGB 203 13 31 -
CMYK 0 0.94 0.85 0.20
HSL 354.32º 0.88% 0.42% -
HSV(B) 354.32º 0.94% 0.8% -
XYZ 25.02 13.08 2.5 -
YUV 71.86 104.95 221.54 -
System Red Green Blue C M Y K H S L
Decimal 203 13 31 0 0.94 0.85 0.20 354.32 0.88 0.42
Hex CB D 1F 0 5E 55 14 162 58 2A
Octal 313 15 37 0 136 125 24 542 130 52
Binary 11001011 1101 11111 0 1011110 1010101 10100 101100010 1011000 101010

Color Harmonies of #CB0D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0D1F

Black with #CB0D1F

Text Example


Text Example

White with #CB0D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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