Html Css Color HEX #CB1B20 Fire Engine Red

📋 copy color: '#CB1B20'

red 203 ◦ green 27 ◦ blue 32

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

Shades of Fire Engine Red #CB1B20

Tints of Fire Engine Red #CB1B20

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.31%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 77.48%
G = 10.31%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB1B20 (or 0xCB1B20) is known color: Fire Engine Red. HEX triplet: CB, 1B and 20. RGB value is (203,27,32). Sum of RGB (Red+Green+Blue) = 203+27+32=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1B20 is #34E4DF. Grayscale: #505050. Windows color (decimal): -3466464 or 2104267. OLE color: 2104267.

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

Color convert

RGB 203 27 32 -
CMYK 0 0.87 0.84 0.20
HSL 358.3º 0.77% 0.45% -
HSV(B) 358.3º 0.87% 0.8% -
XYZ 25.28 13.58 2.66 -
YUV 80.19 100.81 215.59 -
System Red Green Blue C M Y K H S L
Decimal 203 27 32 0 0.87 0.84 0.20 358.3 0.77 0.45
Hex CB 1B 20 0 57 54 14 166 4D 2D
Octal 313 33 40 0 127 124 24 546 115 55
Binary 11001011 11011 100000 0 1010111 1010100 10100 101100110 1001101 101101

Color Harmonies of #CB1B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1B20

Black with #CB1B20

Text Example


Text Example

White with #CB1B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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