Html Css Color HEX #CB1922 Fire Engine Red

📋 copy color: '#CB1922'

red 203 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #CB1922

Tints of Fire Engine Red #CB1922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 77.48%
G = 9.54%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB1922 (or 0xCB1922) is known color: Fire Engine Red. HEX triplet: CB, 19 and 22. RGB value is (203,25,34). Sum of RGB (Red+Green+Blue) = 203+25+34=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1922 is #34E6DD. Grayscale: #4F4F4F. Windows color (decimal): -3466974 or 2234827. OLE color: 2234827.

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

Color convert

RGB 203 25 34 -
CMYK 0 0.88 0.83 0.20
HSL 356.97º 0.78% 0.45% -
HSV(B) 356.97º 0.88% 0.8% -
XYZ 25.26 13.51 2.79 -
YUV 79.25 102.47 216.27 -
System Red Green Blue C M Y K H S L
Decimal 203 25 34 0 0.88 0.83 0.20 356.97 0.78 0.45
Hex CB 19 22 0 58 53 14 165 4E 2D
Octal 313 31 42 0 130 123 24 545 116 55
Binary 11001011 11001 100010 0 1011000 1010011 10100 101100101 1001110 101101

Color Harmonies of #CB1922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1922

Black with #CB1922

Text Example


Text Example

White with #CB1922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1922; }

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

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

background-color css

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

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

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

border-color css

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

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

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