Html Css Color HEX #CF191B Fire Engine Red

📋 copy color: '#CF191B'

red 207 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #CF191B

Tints of Fire Engine Red #CF191B

RGB

 RED value IS 207 (81.25% from 255) = 79.92%

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

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

R = 79.92%
G = 9.65%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF191B (or 0xCF191B) is known color: Fire Engine Red. HEX triplet: CF, 19 and 1B. RGB value is (207,25,27). Sum of RGB (Red+Green+Blue) = 207+25+27=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF191B is #30E6E4. Grayscale: #4F4F4F. Windows color (decimal): -3204837 or 1776079. OLE color: 1776079.

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

Color convert

RGB 207 25 27 -
CMYK 0 0.88 0.87 0.19
HSL 359.34º 0.78% 0.45% -
HSV(B) 359.34º 0.88% 0.81% -
XYZ 26.28 14.04 2.36 -
YUV 79.65 98.3 218.84 -
System Red Green Blue C M Y K H S L
Decimal 207 25 27 0 0.88 0.87 0.19 359.34 0.78 0.45
Hex CF 19 1B 0 58 57 13 167 4E 2D
Octal 317 31 33 0 130 127 23 547 116 55
Binary 11001111 11001 11011 0 1011000 1010111 10011 101100111 1001110 101101

Color Harmonies of #CF191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF191B

Black with #CF191B

Text Example


Text Example

White with #CF191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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