Html Css Color HEX #D60926 Fire Engine Red

📋 copy color: '#D60926'

red 214 ◦ green 9 ◦ blue 38

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

Shades of Fire Engine Red #D60926

Tints of Fire Engine Red #D60926

RGB

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

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

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

R = 81.99%
G = 3.45%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D60926 (or 0xD60926) is known color: Fire Engine Red. HEX triplet: D6, 09 and 26. RGB value is (214,9,38). Sum of RGB (Red+Green+Blue) = 214+9+38=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D60926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60926 is #29F6D9. Grayscale: #494949. Windows color (decimal): -2750170 or 2492886. OLE color: 2492886.

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

Color convert

RGB 214 9 38 -
CMYK 0 0.96 0.82 0.16
HSL 351.51º 0.92% 0.44% -
HSV(B) 351.51º 0.96% 0.84% -
XYZ 28.18 14.63 3.17 -
YUV 73.6 107.92 228.14 -
System Red Green Blue C M Y K H S L
Decimal 214 9 38 0 0.96 0.82 0.16 351.51 0.92 0.44
Hex D6 9 26 0 60 52 10 160 5C 2C
Octal 326 11 46 0 140 122 20 540 134 54
Binary 11010110 1001 100110 0 1100000 1010010 10000 101100000 1011100 101100

Color Harmonies of #D60926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60926

Black with #D60926

Text Example


Text Example

White with #D60926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60926; }

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

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

background-color css

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

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

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

border-color css

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

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

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