Html Css Color HEX #CF2528 Fire Engine Red

📋 copy color: '#CF2528'

red 207 ◦ green 37 ◦ blue 40

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

Shades of Fire Engine Red #CF2528

Tints of Fire Engine Red #CF2528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 72.89%
G = 13.03%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF2528 (or 0xCF2528) is known color: Fire Engine Red. HEX triplet: CF, 25 and 28. RGB value is (207,37,40). Sum of RGB (Red+Green+Blue) = 207+37+40=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2528 is #30DAD7. Grayscale: #585858. Windows color (decimal): -3201752 or 2631119. OLE color: 2631119.

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

Color convert

RGB 207 37 40 -
CMYK 0 0.82 0.81 0.19
HSL 358.94º 0.7% 0.48% -
HSV(B) 358.94º 0.82% 0.81% -
XYZ 26.78 14.74 3.44 -
YUV 88.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 207 37 40 0 0.82 0.81 0.19 358.94 0.7 0.48
Hex CF 25 28 0 52 51 13 167 46 30
Octal 317 45 50 0 122 121 23 547 106 60
Binary 11001111 100101 101000 0 1010010 1010001 10011 101100111 1000110 110000

Color Harmonies of #CF2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2528

Black with #CF2528

Text Example


Text Example

White with #CF2528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2528; }

 p { color: rgb(207,37,40); }

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

background-color css

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

 a { background-color: rgb(207,37,40); }

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

border-color css

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

 span { border-color: rgb(207,37,40); }

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