Html Css Color HEX #CF0F2D Fire Engine Red

📋 copy color: '#CF0F2D'

red 207 ◦ green 15 ◦ blue 45

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

Shades of Fire Engine Red #CF0F2D

Tints of Fire Engine Red #CF0F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 77.53%
G = 5.62%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF0F2D (or 0xCF0F2D) is known color: Fire Engine Red. HEX triplet: CF, 0F and 2D. RGB value is (207,15,45). Sum of RGB (Red+Green+Blue) = 207+15+45=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F2D is #30F0D2. Grayscale: #4B4B4B. Windows color (decimal): -3207379 or 2953167. OLE color: 2953167.

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

Color convert

RGB 207 15 45 -
CMYK 0 0.93 0.78 0.19
HSL 350.63º 0.86% 0.44% -
HSV(B) 350.63º 0.93% 0.81% -
XYZ 26.38 13.8 3.76 -
YUV 75.83 110.61 221.56 -
System Red Green Blue C M Y K H S L
Decimal 207 15 45 0 0.93 0.78 0.19 350.63 0.86 0.44
Hex CF F 2D 0 5D 4E 13 15F 56 2C
Octal 317 17 55 0 135 116 23 537 126 54
Binary 11001111 1111 101101 0 1011101 1001110 10011 101011111 1010110 101100

Color Harmonies of #CF0F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F2D

Black with #CF0F2D

Text Example


Text Example

White with #CF0F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F2D; }

 p { color: rgb(207,15,45); }

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

background-color css

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

 a { background-color: rgb(207,15,45); }

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

border-color css

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

 span { border-color: rgb(207,15,45); }

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