Html Css Color HEX #CF181F Fire Engine Red

📋 copy color: '#CF181F'

red 207 ◦ green 24 ◦ blue 31

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

Shades of Fire Engine Red #CF181F

Tints of Fire Engine Red #CF181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

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

R = 79.01%
G = 9.16%
B = 11.83%

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

#CF181F (or 0xCF181F) is known color: Fire Engine Red. HEX triplet: CF, 18 and 1F. RGB value is (207,24,31). Sum of RGB (Red+Green+Blue) = 207+24+31=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF181F is #30E7E0. Grayscale: #4F4F4F. Windows color (decimal): -3205089 or 2037967. OLE color: 2037967.

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

Color convert

RGB 207 24 31 -
CMYK 0 0.88 0.85 0.19
HSL 357.7º 0.79% 0.45% -
HSV(B) 357.7º 0.88% 0.81% -
XYZ 26.31 14.02 2.62 -
YUV 79.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 207 24 31 0 0.88 0.85 0.19 357.7 0.79 0.45
Hex CF 18 1F 0 58 55 13 166 4F 2D
Octal 317 30 37 0 130 125 23 546 117 55
Binary 11001111 11000 11111 0 1011000 1010101 10011 101100110 1001111 101101

Color Harmonies of #CF181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF181F

Black with #CF181F

Text Example


Text Example

White with #CF181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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