Html Css Color HEX #D30722 Fire Engine Red

📋 copy color: '#D30722'

red 211 ◦ green 7 ◦ blue 34

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

Shades of Fire Engine Red #D30722

Tints of Fire Engine Red #D30722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 83.73%
G = 2.78%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D30722 (or 0xD30722) is known color: Fire Engine Red. HEX triplet: D3, 07 and 22. RGB value is (211,7,34). Sum of RGB (Red+Green+Blue) = 211+7+34=252 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.73% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 211 - color contains mainly: red. Hex color #D30722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30722 is #2CF8DD. Grayscale: #474747. Windows color (decimal): -2947294 or 2230227. OLE color: 2230227.

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

Color convert

RGB 211 7 34 -
CMYK 0 0.97 0.84 0.17
HSL 352.06º 0.94% 0.43% -
HSV(B) 352.06º 0.97% 0.83% -
XYZ 27.23 14.12 2.8 -
YUV 71.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 211 7 34 0 0.97 0.84 0.17 352.06 0.94 0.43
Hex D3 7 22 0 61 54 11 160 5E 2B
Octal 323 7 42 0 141 124 21 540 136 53
Binary 11010011 111 100010 0 1100001 1010100 10001 101100000 1011110 101011

Color Harmonies of #D30722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30722

Black with #D30722

Text Example


Text Example

White with #D30722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30722; }

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

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

background-color css

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

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

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

border-color css

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

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

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