Html Css Color HEX #CB192D Fire Engine Red

📋 copy color: '#CB192D'

red 203 ◦ green 25 ◦ blue 45

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

Shades of Fire Engine Red #CB192D

Tints of Fire Engine Red #CB192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 74.36%
G = 9.16%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB192D (or 0xCB192D) is known color: Fire Engine Red. HEX triplet: CB, 19 and 2D. RGB value is (203,25,45). Sum of RGB (Red+Green+Blue) = 203+25+45=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB192D is #34E6D2. Grayscale: #505050. Windows color (decimal): -3466963 or 2955723. OLE color: 2955723.

HSL color Cylindrical-coordinate representation of color #CB192D: hue angle of 353.26º 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 #CB192D is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 25 45 -
CMYK 0 0.88 0.78 0.20
HSL 353.26º 0.78% 0.45% -
HSV(B) 353.26º 0.88% 0.8% -
XYZ 25.45 13.58 3.76 -
YUV 80.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 203 25 45 0 0.88 0.78 0.20 353.26 0.78 0.45
Hex CB 19 2D 0 58 4E 14 161 4E 2D
Octal 313 31 55 0 130 116 24 541 116 55
Binary 11001011 11001 101101 0 1011000 1001110 10100 101100001 1001110 101101

Color Harmonies of #CB192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB192D

Black with #CB192D

Text Example


Text Example

White with #CB192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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