#CF2023

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

Shades of Fire Engine Red #CF2023

Tints of Fire Engine Red #CF2023

Color information

#CF2023 (or 0xCF2023) is unknown color: approx Fire Engine Red. HEX triplet: CF, 20 and 23. RGB value is (207,32,35). Sum of RGB (Red+Green+Blue) = 207+32+35=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2023 is #30DFDC. Grayscale: #545454. Windows color (decimal): -3203037 or 2302159. OLE color: 2302159.

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

Color convert

RGB2073235-
CMYK00.850.830.19
HSL358.97º73.22%46.86%-
HSV(B)358.97º84.54%81.18%-
XYZ26.5514.422.97-
YUV84.6799.98215.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 75.55%
GREEN value IS 32 (12.89% from 255) = 11.68%
BLUE value IS 35 (14.06% from 255) = 12.77%
R=75.55%
G=11.68%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207323500.850.830.19358.9773.2246.86
HexCF20230555313167492f
Octal317404301251232354711157
Binary11001111100000100011010101011010011100111011001111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2023; }

 p { color: rgb(207,32,35); }

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

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

 a { background-color: rgb(207,32,35); }

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

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

 span { border-color: rgb(207,32,35); }

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