Html Css Color HEX #CF2526 Fire Engine Red

📋 copy color: '#CF2526'

red 207 ◦ green 37 ◦ blue 38

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

Shades of Fire Engine Red #CF2526

Tints of Fire Engine Red #CF2526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 73.4%
G = 13.12%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF2526 (or 0xCF2526) is known color: Fire Engine Red. HEX triplet: CF, 25 and 26. RGB value is (207,37,38). Sum of RGB (Red+Green+Blue) = 207+37+38=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2526 is #30DAD9. Grayscale: #585858. Windows color (decimal): -3201754 or 2500047. OLE color: 2500047.

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

Color convert

RGB 207 37 38 -
CMYK 0 0.82 0.82 0.19
HSL 359.65º 0.7% 0.48% -
HSV(B) 359.65º 0.82% 0.81% -
XYZ 26.74 14.73 3.27 -
YUV 87.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 207 37 38 0 0.82 0.82 0.19 359.65 0.7 0.48
Hex CF 25 26 0 52 52 13 168 46 30
Octal 317 45 46 0 122 122 23 550 106 60
Binary 11001111 100101 100110 0 1010010 1010010 10011 101101000 1000110 110000

Color Harmonies of #CF2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2526

Black with #CF2526

Text Example


Text Example

White with #CF2526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2526; }

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

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

background-color css

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

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

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

border-color css

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

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

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