Html Css Color HEX #D30920 Fire Engine Red

📋 copy color: '#D30920'

red 211 ◦ green 9 ◦ blue 32

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

Shades of Fire Engine Red #D30920

Tints of Fire Engine Red #D30920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 83.73%
G = 3.57%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D30920 (or 0xD30920) is known color: Fire Engine Red. HEX triplet: D3, 09 and 20. RGB value is (211,9,32). Sum of RGB (Red+Green+Blue) = 211+9+32=252 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.73% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 211 - color contains mainly: red. Hex color #D30920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30920 is #2CF6DF. Grayscale: #484848. Windows color (decimal): -2946784 or 2099667. OLE color: 2099667.

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

Color convert

RGB 211 9 32 -
CMYK 0 0.96 0.85 0.17
HSL 353.17º 0.92% 0.43% -
HSV(B) 353.17º 0.96% 0.83% -
XYZ 27.22 14.15 2.66 -
YUV 72.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 211 9 32 0 0.96 0.85 0.17 353.17 0.92 0.43
Hex D3 9 20 0 60 55 11 161 5C 2B
Octal 323 11 40 0 140 125 21 541 134 53
Binary 11010011 1001 100000 0 1100000 1010101 10001 101100001 1011100 101011

Color Harmonies of #D30920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30920

Black with #D30920

Text Example


Text Example

White with #D30920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30920; }

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

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

background-color css

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

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

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

border-color css

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

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

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