Html Css Color HEX #D30924 Fire Engine Red

📋 copy color: '#D30924'

red 211 ◦ green 9 ◦ blue 36

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

Shades of Fire Engine Red #D30924

Tints of Fire Engine Red #D30924

RGB

 RED value IS 211 (82.81% from 255) = 82.42%

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

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 82.42%
G = 3.52%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D30924 (or 0xD30924) is known color: Fire Engine Red. HEX triplet: D3, 09 and 24. RGB value is (211,9,36). Sum of RGB (Red+Green+Blue) = 211+9+36=256 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.42% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 211 - color contains mainly: red. Hex color #D30924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30924 is #2CF6DB. Grayscale: #484848. Windows color (decimal): -2946780 or 2361811. OLE color: 2361811.

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

Color convert

RGB 211 9 36 -
CMYK 0 0.96 0.83 0.17
HSL 351.98º 0.92% 0.43% -
HSV(B) 351.98º 0.96% 0.83% -
XYZ 27.28 14.17 2.97 -
YUV 72.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 211 9 36 0 0.96 0.83 0.17 351.98 0.92 0.43
Hex D3 9 24 0 60 53 11 160 5C 2B
Octal 323 11 44 0 140 123 21 540 134 53
Binary 11010011 1001 100100 0 1100000 1010011 10001 101100000 1011100 101011

Color Harmonies of #D30924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30924

Black with #D30924

Text Example


Text Example

White with #D30924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30924; }

 p { color: rgb(211,9,36); }

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

background-color css

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

 a { background-color: rgb(211,9,36); }

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

border-color css

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

 span { border-color: rgb(211,9,36); }

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