Html Css Color HEX #CB2226 Fire Engine Red

📋 copy color: '#CB2226'

red 203 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #CB2226

Tints of Fire Engine Red #CB2226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

 BLUE value IS 38 (15.23% from 255) = 13.82%

R = 73.82%
G = 12.36%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB2226 (or 0xCB2226) is known color: Fire Engine Red. HEX triplet: CB, 22 and 26. RGB value is (203,34,38). Sum of RGB (Red+Green+Blue) = 203+34+38=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2226 is #34DDD9. Grayscale: #555555. Windows color (decimal): -3464666 or 2499275. OLE color: 2499275.

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

Color convert

RGB 203 34 38 -
CMYK 0 0.83 0.81 0.20
HSL 358.58º 0.71% 0.46% -
HSV(B) 358.58º 0.83% 0.8% -
XYZ 25.55 13.98 3.19 -
YUV 84.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 203 34 38 0 0.83 0.81 0.20 358.58 0.71 0.46
Hex CB 22 26 0 53 51 14 167 47 2E
Octal 313 42 46 0 123 121 24 547 107 56
Binary 11001011 100010 100110 0 1010011 1010001 10100 101100111 1000111 101110

Color Harmonies of #CB2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2226

Black with #CB2226

Text Example


Text Example

White with #CB2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2226; }

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

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

background-color css

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

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

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

border-color css

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

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

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