Html Css Color HEX #CF1721 Fire Engine Red

📋 copy color: '#CF1721'

red 207 ◦ green 23 ◦ blue 33

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

Shades of Fire Engine Red #CF1721

Tints of Fire Engine Red #CF1721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 78.71%
G = 8.75%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF1721 (or 0xCF1721) is known color: Fire Engine Red. HEX triplet: CF, 17 and 21. RGB value is (207,23,33). Sum of RGB (Red+Green+Blue) = 207+23+33=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1721 is #30E8DE. Grayscale: #4F4F4F. Windows color (decimal): -3205343 or 2168783. OLE color: 2168783.

HSL color Cylindrical-coordinate representation of color #CF1721: hue angle of 356.74º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1721 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 33 -
CMYK 0 0.89 0.84 0.19
HSL 356.74º 0.8% 0.45% -
HSV(B) 356.74º 0.89% 0.81% -
XYZ 26.31 13.99 2.75 -
YUV 79.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 207 23 33 0 0.89 0.84 0.19 356.74 0.8 0.45
Hex CF 17 21 0 59 54 13 165 50 2D
Octal 317 27 41 0 131 124 23 545 120 55
Binary 11001111 10111 100001 0 1011001 1010100 10011 101100101 1010000 101101

Color Harmonies of #CF1721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1721

Black with #CF1721

Text Example


Text Example

White with #CF1721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1721; }

 p { color: rgb(207,23,33); }

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

background-color css

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

 a { background-color: rgb(207,23,33); }

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

border-color css

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

 span { border-color: rgb(207,23,33); }

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