Html Css Color HEX #CB2122 Fire Engine Red

📋 copy color: '#CB2122'

red 203 ◦ green 33 ◦ blue 34

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

Shades of Fire Engine Red #CB2122

Tints of Fire Engine Red #CB2122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

 BLUE value IS 34 (13.67% from 255) = 12.59%

R = 75.19%
G = 12.22%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB2122 (or 0xCB2122) is known color: Fire Engine Red. HEX triplet: CB, 21 and 22. RGB value is (203,33,34). Sum of RGB (Red+Green+Blue) = 203+33+34=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2122 is #34DEDD. Grayscale: #545454. Windows color (decimal): -3464926 or 2236875. OLE color: 2236875.

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

Color convert

RGB 203 33 34 -
CMYK 0 0.84 0.83 0.20
HSL 359.65º 0.72% 0.46% -
HSV(B) 359.65º 0.84% 0.8% -
XYZ 25.46 13.9 2.85 -
YUV 83.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 203 33 34 0 0.84 0.83 0.20 359.65 0.72 0.46
Hex CB 21 22 0 54 53 14 168 48 2E
Octal 313 41 42 0 124 123 24 550 110 56
Binary 11001011 100001 100010 0 1010100 1010011 10100 101101000 1001000 101110

Color Harmonies of #CB2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2122

Black with #CB2122

Text Example


Text Example

White with #CB2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2122; }

 p { color: rgb(203,33,34); }

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

background-color css

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

 a { background-color: rgb(203,33,34); }

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

border-color css

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

 span { border-color: rgb(203,33,34); }

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