Html Css Color HEX #D30922 Fire Engine Red

📋 copy color: '#D30922'

red 211 ◦ green 9 ◦ blue 34

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

Shades of Fire Engine Red #D30922

Tints of Fire Engine Red #D30922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 83.07%
G = 3.54%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D30922 (or 0xD30922) is known color: Fire Engine Red. HEX triplet: D3, 09 and 22. RGB value is (211,9,34). Sum of RGB (Red+Green+Blue) = 211+9+34=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D30922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30922 is #2CF6DD. Grayscale: #484848. Windows color (decimal): -2946782 or 2230739. OLE color: 2230739.

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

Color convert

RGB 211 9 34 -
CMYK 0 0.96 0.84 0.17
HSL 352.57º 0.92% 0.43% -
HSV(B) 352.57º 0.96% 0.83% -
XYZ 27.25 14.16 2.81 -
YUV 72.25 106.42 226.97 -
System Red Green Blue C M Y K H S L
Decimal 211 9 34 0 0.96 0.84 0.17 352.57 0.92 0.43
Hex D3 9 22 0 60 54 11 161 5C 2B
Octal 323 11 42 0 140 124 21 541 134 53
Binary 11010011 1001 100010 0 1100000 1010100 10001 101100001 1011100 101011

Color Harmonies of #D30922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30922

Black with #D30922

Text Example


Text Example

White with #D30922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30922; }

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

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

background-color css

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

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

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

border-color css

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

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

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