Html Css Color HEX #CF182C Fire Engine Red

📋 copy color: '#CF182C'

red 207 ◦ green 24 ◦ blue 44

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

Shades of Fire Engine Red #CF182C

Tints of Fire Engine Red #CF182C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16%

R = 75.27%
G = 8.73%
B = 16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF182C (or 0xCF182C) is known color: Fire Engine Red. HEX triplet: CF, 18 and 2C. RGB value is (207,24,44). Sum of RGB (Red+Green+Blue) = 207+24+44=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF182C is #30E7D3. Grayscale: #515151. Windows color (decimal): -3205076 or 2889935. OLE color: 2889935.

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

Color convert

RGB 207 24 44 -
CMYK 0 0.88 0.79 0.19
HSL 353.44º 0.79% 0.45% -
HSV(B) 353.44º 0.88% 0.81% -
XYZ 26.51 14.1 3.71 -
YUV 81 107.13 217.87 -
System Red Green Blue C M Y K H S L
Decimal 207 24 44 0 0.88 0.79 0.19 353.44 0.79 0.45
Hex CF 18 2C 0 58 4F 13 161 4F 2D
Octal 317 30 54 0 130 117 23 541 117 55
Binary 11001111 11000 101100 0 1011000 1001111 10011 101100001 1001111 101101

Color Harmonies of #CF182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF182C

Black with #CF182C

Text Example


Text Example

White with #CF182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF182C; }

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

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

background-color css

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

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

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

border-color css

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

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

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