Html Css Color HEX #CF042A Fire Engine Red

📋 copy color: '#CF042A'

red 207 ◦ green 4 ◦ blue 42

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

Shades of Fire Engine Red #CF042A

Tints of Fire Engine Red #CF042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

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

R = 81.82%
G = 1.58%
B = 16.6%

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

#CF042A (or 0xCF042A) is known color: Fire Engine Red. HEX triplet: CF, 04 and 2A. RGB value is (207,4,42). Sum of RGB (Red+Green+Blue) = 207+4+42=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF042A is #30FBD5. Grayscale: #454545. Windows color (decimal): -3210198 or 2753743. OLE color: 2753743.

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

Color convert

RGB 207 4 42 -
CMYK 0 0.98 0.80 0.19
HSL 348.77º 0.96% 0.41% -
HSV(B) 348.77º 0.98% 0.81% -
XYZ 26.19 13.52 3.42 -
YUV 69.03 112.75 226.41 -
System Red Green Blue C M Y K H S L
Decimal 207 4 42 0 0.98 0.80 0.19 348.77 0.96 0.41
Hex CF 4 2A 0 62 50 13 15D 60 29
Octal 317 4 52 0 142 120 23 535 140 51
Binary 11001111 100 101010 0 1100010 1010000 10011 101011101 1100000 101001

Color Harmonies of #CF042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF042A

Black with #CF042A

Text Example


Text Example

White with #CF042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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