Html Css Color HEX #CB191F Fire Engine Red

📋 copy color: '#CB191F'

red 203 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #CB191F

Tints of Fire Engine Red #CB191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 78.38%
G = 9.65%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB191F (or 0xCB191F) is known color: Fire Engine Red. HEX triplet: CB, 19 and 1F. RGB value is (203,25,31). Sum of RGB (Red+Green+Blue) = 203+25+31=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB191F is #34E6E0. Grayscale: #4F4F4F. Windows color (decimal): -3466977 or 2038219. OLE color: 2038219.

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

Color convert

RGB 203 25 31 -
CMYK 0 0.88 0.85 0.20
HSL 357.98º 0.78% 0.45% -
HSV(B) 357.98º 0.88% 0.8% -
XYZ 25.22 13.49 2.57 -
YUV 78.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 203 25 31 0 0.88 0.85 0.20 357.98 0.78 0.45
Hex CB 19 1F 0 58 55 14 166 4E 2D
Octal 313 31 37 0 130 125 24 546 116 55
Binary 11001011 11001 11111 0 1011000 1010101 10100 101100110 1001110 101101

Color Harmonies of #CB191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB191F

Black with #CB191F

Text Example


Text Example

White with #CB191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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