#cf1c27

Color #CF1C27 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CF1C27

Tints of Fire Engine Red #CF1C27

Color information

#CF1C27 (or 0xCF1C27) is unknown color: approx Fire Engine Red. HEX triplet: CF, 1C and 27. RGB value is (207,28,39). Sum of RGB (Red+Green+Blue) = 207+28+39=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1C27 is #30E3D8. Grayscale: #525252. Windows color (decimal): -3204057 or 2563279. OLE color: 2563279.

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

Color convert

RGB2072839-
CMYK00.860.810.19
HSL356.31º76.17%46.08%-
HSV(B)356.31º86.47%81.18%-
XYZ26.5114.243.27-
YUV82.78103.3216.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 75.55%
GREEN value IS 28 (11.33% from 255) = 10.22%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=75.55%
G=10.22%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207283900.860.810.19356.3176.1746.08
HexCF1C2705651131644c2e
Octal317344701261212354411456
Binary1100111111100100111010101101010001100111011001001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1c27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1c27; }

 p { color: rgb(207,28,39); }

 H1.HeaderClassName
 {
   color: #cf1c27;
 }
 .AnyTagClassName
 {
   color: #cf1c27;
 }
</style>
background-color css

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

 a { background-color: rgb(207,28,39); }

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

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

 span { border-color: rgb(207,28,39); }

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