Html Css Color HEX #D60925 Fire Engine Red

📋 copy color: '#D60925'

red 214 ◦ green 9 ◦ blue 37

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

Shades of Fire Engine Red #D60925

Tints of Fire Engine Red #D60925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

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

R = 82.31%
G = 3.46%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D60925 (or 0xD60925) is known color: Fire Engine Red. HEX triplet: D6, 09 and 25. RGB value is (214,9,37). Sum of RGB (Red+Green+Blue) = 214+9+37=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D60925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60925 is #29F6DA. Grayscale: #494949. Windows color (decimal): -2750171 or 2427350. OLE color: 2427350.

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

Color convert

RGB 214 9 37 -
CMYK 0 0.96 0.83 0.16
HSL 351.8º 0.92% 0.44% -
HSV(B) 351.8º 0.96% 0.84% -
XYZ 28.16 14.63 3.09 -
YUV 73.49 107.42 228.22 -
System Red Green Blue C M Y K H S L
Decimal 214 9 37 0 0.96 0.83 0.16 351.8 0.92 0.44
Hex D6 9 25 0 60 53 10 160 5C 2C
Octal 326 11 45 0 140 123 20 540 134 54
Binary 11010110 1001 100101 0 1100000 1010011 10000 101100000 1011100 101100

Color Harmonies of #D60925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60925

Black with #D60925

Text Example


Text Example

White with #D60925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60925; }

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

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

background-color css

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

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

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

border-color css

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

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

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