Html Css Color HEX #CF191F Fire Engine Red

📋 copy color: '#CF191F'

red 207 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #CF191F

Tints of Fire Engine Red #CF191F

RGB

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

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

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

R = 78.71%
G = 9.51%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF191F (or 0xCF191F) is known color: Fire Engine Red. HEX triplet: CF, 19 and 1F. RGB value is (207,25,31). Sum of RGB (Red+Green+Blue) = 207+25+31=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF191F is #30E6E0. Grayscale: #505050. Windows color (decimal): -3204833 or 2038223. OLE color: 2038223.

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

Color convert

RGB 207 25 31 -
CMYK 0 0.88 0.85 0.19
HSL 358.02º 0.78% 0.45% -
HSV(B) 358.02º 0.88% 0.81% -
XYZ 26.33 14.06 2.62 -
YUV 80.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 207 25 31 0 0.88 0.85 0.19 358.02 0.78 0.45
Hex CF 19 1F 0 58 55 13 166 4E 2D
Octal 317 31 37 0 130 125 23 546 116 55
Binary 11001111 11001 11111 0 1011000 1010101 10011 101100110 1001110 101101

Color Harmonies of #CF191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF191F

Black with #CF191F

Text Example


Text Example

White with #CF191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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