Html Css Color HEX #CF1624 Fire Engine Red

📋 copy color: '#CF1624'

red 207 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #CF1624

Tints of Fire Engine Red #CF1624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 78.11%
G = 8.3%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF1624 (or 0xCF1624) is known color: Fire Engine Red. HEX triplet: CF, 16 and 24. RGB value is (207,22,36). Sum of RGB (Red+Green+Blue) = 207+22+36=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1624 is #30E9DB. Grayscale: #4F4F4F. Windows color (decimal): -3205596 or 2365135. OLE color: 2365135.

HSL color Cylindrical-coordinate representation of color #CF1624: hue angle of 355.46º degrees, saturation: 0.81, 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 #CF1624 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 22 36 -
CMYK 0 0.89 0.83 0.19
HSL 355.46º 0.81% 0.45% -
HSV(B) 355.46º 0.89% 0.81% -
XYZ 26.34 13.97 2.98 -
YUV 78.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 207 22 36 0 0.89 0.83 0.19 355.46 0.81 0.45
Hex CF 16 24 0 59 53 13 163 51 2D
Octal 317 26 44 0 131 123 23 543 121 55
Binary 11001111 10110 100100 0 1011001 1010011 10011 101100011 1010001 101101

Color Harmonies of #CF1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1624

Black with #CF1624

Text Example


Text Example

White with #CF1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1624; }

 p { color: rgb(207,22,36); }

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

background-color css

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

 a { background-color: rgb(207,22,36); }

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

border-color css

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

 span { border-color: rgb(207,22,36); }

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