Html Css Color HEX #D60F26 Fire Engine Red

📋 copy color: '#D60F26'

red 214 ◦ green 15 ◦ blue 38

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

Shades of Fire Engine Red #D60F26

Tints of Fire Engine Red #D60F26

RGB

 RED value IS 214 (83.98% from 255) = 80.15%

 GREEN value IS 15 (6.25% from 255) = 5.62%

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

R = 80.15%
G = 5.62%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D60F26 (or 0xD60F26) is known color: Fire Engine Red. HEX triplet: D6, 0F and 26. RGB value is (214,15,38). Sum of RGB (Red+Green+Blue) = 214+15+38=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60F26 is #29F0D9. Grayscale: #4D4D4D. Windows color (decimal): -2748634 or 2494422. OLE color: 2494422.

HSL color Cylindrical-coordinate representation of color #D60F26: hue angle of 353.07º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60F26 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 15 38 -
CMYK 0 0.93 0.82 0.16
HSL 353.07º 0.87% 0.45% -
HSV(B) 353.07º 0.93% 0.84% -
XYZ 28.25 14.78 3.2 -
YUV 77.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 214 15 38 0 0.93 0.82 0.16 353.07 0.87 0.45
Hex D6 F 26 0 5D 52 10 161 57 2D
Octal 326 17 46 0 135 122 20 541 127 55
Binary 11010110 1111 100110 0 1011101 1010010 10000 101100001 1010111 101101

Color Harmonies of #D60F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60F26

Black with #D60F26

Text Example


Text Example

White with #D60F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60F26; }

 p { color: rgb(214,15,38); }

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

background-color css

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

 a { background-color: rgb(214,15,38); }

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

border-color css

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

 span { border-color: rgb(214,15,38); }

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