Html Css Color HEX #CF052D Fire Engine Red

📋 copy color: '#CF052D'

red 207 ◦ green 5 ◦ blue 45

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

Shades of Fire Engine Red #CF052D

Tints of Fire Engine Red #CF052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 80.54%
G = 1.95%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF052D (or 0xCF052D) is known color: Fire Engine Red. HEX triplet: CF, 05 and 2D. RGB value is (207,5,45). Sum of RGB (Red+Green+Blue) = 207+5+45=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF052D is #30FAD2. Grayscale: #464646. Windows color (decimal): -3209939 or 2950607. OLE color: 2950607.

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

Color convert

RGB 207 5 45 -
CMYK 0 0.98 0.78 0.19
HSL 348.12º 0.95% 0.42% -
HSV(B) 348.12º 0.98% 0.81% -
XYZ 26.26 13.56 3.72 -
YUV 69.96 113.92 225.75 -
System Red Green Blue C M Y K H S L
Decimal 207 5 45 0 0.98 0.78 0.19 348.12 0.95 0.42
Hex CF 5 2D 0 62 4E 13 15C 5F 2A
Octal 317 5 55 0 142 116 23 534 137 52
Binary 11001111 101 101101 0 1100010 1001110 10011 101011100 1011111 101010

Color Harmonies of #CF052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF052D

Black with #CF052D

Text Example


Text Example

White with #CF052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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