Html Css Color HEX #CF152C Fire Engine Red

📋 copy color: '#CF152C'

red 207 ◦ green 21 ◦ blue 44

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

Shades of Fire Engine Red #CF152C

Tints of Fire Engine Red #CF152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

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

R = 76.1%
G = 7.72%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF152C (or 0xCF152C) is known color: Fire Engine Red. HEX triplet: CF, 15 and 2C. RGB value is (207,21,44). Sum of RGB (Red+Green+Blue) = 207+21+44=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF152C is #30EAD3. Grayscale: #4F4F4F. Windows color (decimal): -3205844 or 2889167. OLE color: 2889167.

HSL color Cylindrical-coordinate representation of color #CF152C: hue angle of 352.58º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF152C is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 44 -
CMYK 0 0.90 0.79 0.19
HSL 352.58º 0.82% 0.45% -
HSV(B) 352.58º 0.9% 0.81% -
XYZ 26.45 13.98 3.69 -
YUV 79.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 207 21 44 0 0.90 0.79 0.19 352.58 0.82 0.45
Hex CF 15 2C 0 5A 4F 13 161 52 2D
Octal 317 25 54 0 132 117 23 541 122 55
Binary 11001111 10101 101100 0 1011010 1001111 10011 101100001 1010010 101101

Color Harmonies of #CF152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF152C

Black with #CF152C

Text Example


Text Example

White with #CF152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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