Html Css Color HEX #D60D25 Fire Engine Red

📋 copy color: '#D60D25'

red 214 ◦ green 13 ◦ blue 37

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

Shades of Fire Engine Red #D60D25

Tints of Fire Engine Red #D60D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

 BLUE value IS 37 (14.84% from 255) = 14.02%

R = 81.06%
G = 4.92%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D60D25 (or 0xD60D25) is known color: Fire Engine Red. HEX triplet: D6, 0D and 25. RGB value is (214,13,37). Sum of RGB (Red+Green+Blue) = 214+13+37=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D25 is #29F2DA. Grayscale: #4B4B4B. Windows color (decimal): -2749147 or 2428374. OLE color: 2428374.

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

Color convert

RGB 214 13 37 -
CMYK 0 0.94 0.83 0.16
HSL 352.84º 0.89% 0.45% -
HSV(B) 352.84º 0.94% 0.84% -
XYZ 28.21 14.72 3.1 -
YUV 75.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 214 13 37 0 0.94 0.83 0.16 352.84 0.89 0.45
Hex D6 D 25 0 5E 53 10 161 59 2D
Octal 326 15 45 0 136 123 20 541 131 55
Binary 11010110 1101 100101 0 1011110 1010011 10000 101100001 1011001 101101

Color Harmonies of #D60D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D25

Black with #D60D25

Text Example


Text Example

White with #D60D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D25; }

 p { color: rgb(214,13,37); }

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

background-color css

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

 a { background-color: rgb(214,13,37); }

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

border-color css

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

 span { border-color: rgb(214,13,37); }

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