Html Css Color HEX #CB192B Fire Engine Red

📋 copy color: '#CB192B'

red 203 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #CB192B

Tints of Fire Engine Red #CB192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 74.91%
G = 9.23%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB192B (or 0xCB192B) is known color: Fire Engine Red. HEX triplet: CB, 19 and 2B. RGB value is (203,25,43). Sum of RGB (Red+Green+Blue) = 203+25+43=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB192B is #34E6D4. Grayscale: #505050. Windows color (decimal): -3466965 or 2824651. OLE color: 2824651.

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

Color convert

RGB 203 25 43 -
CMYK 0 0.88 0.79 0.20
HSL 353.93º 0.78% 0.45% -
HSV(B) 353.93º 0.88% 0.8% -
XYZ 25.41 13.57 3.56 -
YUV 80.27 106.97 215.54 -
System Red Green Blue C M Y K H S L
Decimal 203 25 43 0 0.88 0.79 0.20 353.93 0.78 0.45
Hex CB 19 2B 0 58 4F 14 162 4E 2D
Octal 313 31 53 0 130 117 24 542 116 55
Binary 11001011 11001 101011 0 1011000 1001111 10100 101100010 1001110 101101

Color Harmonies of #CB192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB192B

Black with #CB192B

Text Example


Text Example

White with #CB192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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