#CF1E2E

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

Shades of Fire Engine Red #CF1E2E

Tints of Fire Engine Red #CF1E2E

Color information

#CF1E2E (or 0xCF1E2E) is unknown color: approx Fire Engine Red. HEX triplet: CF, 1E and 2E. RGB value is (207,30,46). Sum of RGB (Red+Green+Blue) = 207+30+46=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E2E is #30E1D1. Grayscale: #545454. Windows color (decimal): -3203538 or 3022543. OLE color: 3022543.

HSL color Cylindrical-coordinate representation of color #CF1E2E: hue angle of 354.58º degrees, saturation: 0.75, 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 #CF1E2E is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB2073046-
CMYK00.860.780.19
HSL354.58º74.68%46.47%-
HSV(B)354.58º85.51%81.18%-
XYZ26.6914.393.96-
YUV84.75106.14215.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.14%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=73.14%
G=10.60%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207304600.860.780.19354.5874.6846.47
HexCF1E2E0564E131634b2e
Octal317365601261162354311356
Binary1100111111110101110010101101001110100111011000111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1E2E; }

 p { color: rgb(207,30,46); }

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

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

 a { background-color: rgb(207,30,46); }

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

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

 span { border-color: rgb(207,30,46); }

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