Html Css Color HEX #CF052A Fire Engine Red

📋 copy color: '#CF052A'

red 207 ◦ green 5 ◦ blue 42

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

Shades of Fire Engine Red #CF052A

Tints of Fire Engine Red #CF052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 81.5%
G = 1.97%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF052A (or 0xCF052A) is known color: Fire Engine Red. HEX triplet: CF, 05 and 2A. RGB value is (207,5,42). Sum of RGB (Red+Green+Blue) = 207+5+42=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF052A is #30FAD5. Grayscale: #454545. Windows color (decimal): -3209942 or 2753999. OLE color: 2753999.

HSL color Cylindrical-coordinate representation of color #CF052A: hue angle of 349.01º 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 #CF052A is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 42 -
CMYK 0 0.98 0.80 0.19
HSL 349.01º 0.95% 0.42% -
HSV(B) 349.01º 0.98% 0.81% -
XYZ 26.2 13.54 3.42 -
YUV 69.62 112.42 225.99 -
System Red Green Blue C M Y K H S L
Decimal 207 5 42 0 0.98 0.80 0.19 349.01 0.95 0.42
Hex CF 5 2A 0 62 50 13 15D 5F 2A
Octal 317 5 52 0 142 120 23 535 137 52
Binary 11001111 101 101010 0 1100010 1010000 10011 101011101 1011111 101010

Color Harmonies of #CF052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF052A

Black with #CF052A

Text Example


Text Example

White with #CF052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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