Html Css Color HEX #CB0F1B Fire Engine Red

📋 copy color: '#CB0F1B'

red 203 ◦ green 15 ◦ blue 27

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

Shades of Fire Engine Red #CB0F1B

Tints of Fire Engine Red #CB0F1B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 82.86%
G = 6.12%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB0F1B (or 0xCB0F1B) is known color: Fire Engine Red. HEX triplet: CB, 0F and 1B. RGB value is (203,15,27). Sum of RGB (Red+Green+Blue) = 203+15+27=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0F1B is #34F0E4. Grayscale: #484848. Windows color (decimal): -3469541 or 1773515. OLE color: 1773515.

HSL color Cylindrical-coordinate representation of color #CB0F1B: hue angle of 356.17º degrees, saturation: 0.86, 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 #CB0F1B is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 15 27 -
CMYK 0 0.93 0.87 0.20
HSL 356.17º 0.86% 0.43% -
HSV(B) 356.17º 0.93% 0.8% -
XYZ 25 13.12 2.25 -
YUV 72.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 203 15 27 0 0.93 0.87 0.20 356.17 0.86 0.43
Hex CB F 1B 0 5D 57 14 164 56 2B
Octal 313 17 33 0 135 127 24 544 126 53
Binary 11001011 1111 11011 0 1011101 1010111 10100 101100100 1010110 101011

Color Harmonies of #CB0F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0F1B

Black with #CB0F1B

Text Example


Text Example

White with #CB0F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0F1B; }

 p { color: rgb(203,15,27); }

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

background-color css

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

 a { background-color: rgb(203,15,27); }

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

border-color css

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

 span { border-color: rgb(203,15,27); }

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