Html Css Color HEX #CF1520 Fire Engine Red

📋 copy color: '#CF1520'

red 207 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #CF1520

Tints of Fire Engine Red #CF1520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 79.62%
G = 8.08%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF1520 (or 0xCF1520) is known color: Fire Engine Red. HEX triplet: CF, 15 and 20. RGB value is (207,21,32). Sum of RGB (Red+Green+Blue) = 207+21+32=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1520 is #30EADF. Grayscale: #4E4E4E. Windows color (decimal): -3205856 or 2102735. OLE color: 2102735.

HSL color Cylindrical-coordinate representation of color #CF1520: hue angle of 356.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1520 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 32 -
CMYK 0 0.90 0.85 0.19
HSL 356.45º 0.82% 0.45% -
HSV(B) 356.45º 0.9% 0.81% -
XYZ 26.26 13.91 2.67 -
YUV 77.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 207 21 32 0 0.90 0.85 0.19 356.45 0.82 0.45
Hex CF 15 20 0 5A 55 13 164 52 2D
Octal 317 25 40 0 132 125 23 544 122 55
Binary 11001111 10101 100000 0 1011010 1010101 10011 101100100 1010010 101101

Color Harmonies of #CF1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1520

Black with #CF1520

Text Example


Text Example

White with #CF1520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1520; }

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

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

background-color css

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

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

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

border-color css

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

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

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