Html Css Color HEX #CF242C Fire Engine Red

📋 copy color: '#CF242C'

red 207 ◦ green 36 ◦ blue 44

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

Shades of Fire Engine Red #CF242C

Tints of Fire Engine Red #CF242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 72.13%
G = 12.54%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF242C (or 0xCF242C) is known color: Fire Engine Red. HEX triplet: CF, 24 and 2C. RGB value is (207,36,44). Sum of RGB (Red+Green+Blue) = 207+36+44=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF242C is #30DBD3. Grayscale: #585858. Windows color (decimal): -3202004 or 2893007. OLE color: 2893007.

HSL color Cylindrical-coordinate representation of color #CF242C: hue angle of 357.19º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF242C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 36 44 -
CMYK 0 0.83 0.79 0.19
HSL 357.19º 0.7% 0.48% -
HSV(B) 357.19º 0.83% 0.81% -
XYZ 26.82 14.71 3.81 -
YUV 88.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 207 36 44 0 0.83 0.79 0.19 357.19 0.7 0.48
Hex CF 24 2C 0 53 4F 13 165 46 30
Octal 317 44 54 0 123 117 23 545 106 60
Binary 11001111 100100 101100 0 1010011 1001111 10011 101100101 1000110 110000

Color Harmonies of #CF242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF242C

Black with #CF242C

Text Example


Text Example

White with #CF242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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