Html Css Color HEX #CB191B Fire Engine Red

📋 copy color: '#CB191B'

red 203 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #CB191B

Tints of Fire Engine Red #CB191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.59%

R = 79.61%
G = 9.8%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB191B (or 0xCB191B) is known color: Fire Engine Red. HEX triplet: CB, 19 and 1B. RGB value is (203,25,27). Sum of RGB (Red+Green+Blue) = 203+25+27=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB191B is #34E6E4. Grayscale: #4E4E4E. Windows color (decimal): -3466981 or 1776075. OLE color: 1776075.

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

Color convert

RGB 203 25 27 -
CMYK 0 0.88 0.87 0.20
HSL 359.33º 0.78% 0.45% -
HSV(B) 359.33º 0.88% 0.8% -
XYZ 25.17 13.47 2.31 -
YUV 78.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 203 25 27 0 0.88 0.87 0.20 359.33 0.78 0.45
Hex CB 19 1B 0 58 57 14 167 4E 2D
Octal 313 31 33 0 130 127 24 547 116 55
Binary 11001011 11001 11011 0 1011000 1010111 10100 101100111 1001110 101101

Color Harmonies of #CB191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB191B

Black with #CB191B

Text Example


Text Example

White with #CB191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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