Html Css Color HEX #CF1020 Fire Engine Red

📋 copy color: '#CF1020'

red 207 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #CF1020

Tints of Fire Engine Red #CF1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 81.18%
G = 6.27%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF1020 (or 0xCF1020) is known color: Fire Engine Red. HEX triplet: CF, 10 and 20. RGB value is (207,16,32). Sum of RGB (Red+Green+Blue) = 207+16+32=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1020 is #30EFDF. Grayscale: #4B4B4B. Windows color (decimal): -3207136 or 2101455. OLE color: 2101455.

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

Color convert

RGB 207 16 32 -
CMYK 0 0.92 0.85 0.19
HSL 354.97º 0.86% 0.44% -
HSV(B) 354.97º 0.92% 0.81% -
XYZ 26.18 13.74 2.64 -
YUV 74.93 103.78 222.2 -
System Red Green Blue C M Y K H S L
Decimal 207 16 32 0 0.92 0.85 0.19 354.97 0.86 0.44
Hex CF 10 20 0 5C 55 13 163 56 2C
Octal 317 20 40 0 134 125 23 543 126 54
Binary 11001111 10000 100000 0 1011100 1010101 10011 101100011 1010110 101100

Color Harmonies of #CF1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1020

Black with #CF1020

Text Example


Text Example

White with #CF1020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1020; }

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

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

background-color css

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

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

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

border-color css

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

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

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