Html Css Color HEX #D20922 Fire Engine Red

📋 copy color: '#D20922'

red 210 ◦ green 9 ◦ blue 34

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

Shades of Fire Engine Red #D20922

Tints of Fire Engine Red #D20922

RGB

 RED value IS 210 (82.42% from 255) = 83%

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

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

R = 83%
G = 3.56%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D20922 (or 0xD20922) is known color: Fire Engine Red. HEX triplet: D2, 09 and 22. RGB value is (210,9,34). Sum of RGB (Red+Green+Blue) = 210+9+34=253 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.00% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 210 - color contains mainly: red. Hex color #D20922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20922 is #2DF6DD. Grayscale: #484848. Windows color (decimal): -3012318 or 2230738. OLE color: 2230738.

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

Color convert

RGB 210 9 34 -
CMYK 0 0.96 0.84 0.18
HSL 352.54º 0.92% 0.43% -
HSV(B) 352.54º 0.96% 0.82% -
XYZ 26.96 14.01 2.8 -
YUV 71.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 210 9 34 0 0.96 0.84 0.18 352.54 0.92 0.43
Hex D2 9 22 0 60 54 12 161 5C 2B
Octal 322 11 42 0 140 124 22 541 134 53
Binary 11010010 1001 100010 0 1100000 1010100 10010 101100001 1011100 101011

Color Harmonies of #D20922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20922

Black with #D20922

Text Example


Text Example

White with #D20922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20922; }

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

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

background-color css

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

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

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

border-color css

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

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

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