Html Css Color HEX #CF1524 Fire Engine Red

📋 copy color: '#CF1524'

red 207 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #CF1524

Tints of Fire Engine Red #CF1524

RGB

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

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

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

R = 78.41%
G = 7.95%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF1524 (or 0xCF1524) is known color: Fire Engine Red. HEX triplet: CF, 15 and 24. RGB value is (207,21,36). Sum of RGB (Red+Green+Blue) = 207+21+36=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1524 is #30EADB. Grayscale: #4E4E4E. Windows color (decimal): -3205852 or 2364879. OLE color: 2364879.

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

Color convert

RGB 207 21 36 -
CMYK 0 0.90 0.83 0.19
HSL 355.16º 0.82% 0.45% -
HSV(B) 355.16º 0.9% 0.81% -
XYZ 26.32 13.93 2.97 -
YUV 78.32 104.12 219.78 -
System Red Green Blue C M Y K H S L
Decimal 207 21 36 0 0.90 0.83 0.19 355.16 0.82 0.45
Hex CF 15 24 0 5A 53 13 163 52 2D
Octal 317 25 44 0 132 123 23 543 122 55
Binary 11001111 10101 100100 0 1011010 1010011 10011 101100011 1010010 101101

Color Harmonies of #CF1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1524

Black with #CF1524

Text Example


Text Example

White with #CF1524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1524; }

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

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

background-color css

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

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

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

border-color css

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

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

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