Html Css Color HEX #D20925 Fire Engine Red

📋 copy color: '#D20925'

red 210 ◦ green 9 ◦ blue 37

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

Shades of Fire Engine Red #D20925

Tints of Fire Engine Red #D20925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 82.03%
G = 3.52%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D20925 (or 0xD20925) is known color: Fire Engine Red. HEX triplet: D2, 09 and 25. RGB value is (210,9,37). Sum of RGB (Red+Green+Blue) = 210+9+37=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D20925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20925 is #2DF6DA. Grayscale: #484848. Windows color (decimal): -3012315 or 2427346. OLE color: 2427346.

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

Color convert

RGB 210 9 37 -
CMYK 0 0.96 0.82 0.18
HSL 351.64º 0.92% 0.43% -
HSV(B) 351.64º 0.96% 0.82% -
XYZ 27.01 14.03 3.03 -
YUV 72.29 108.09 226.22 -
System Red Green Blue C M Y K H S L
Decimal 210 9 37 0 0.96 0.82 0.18 351.64 0.92 0.43
Hex D2 9 25 0 60 52 12 160 5C 2B
Octal 322 11 45 0 140 122 22 540 134 53
Binary 11010010 1001 100101 0 1100000 1010010 10010 101100000 1011100 101011

Color Harmonies of #D20925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20925

Black with #D20925

Text Example


Text Example

White with #D20925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20925; }

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

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

background-color css

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

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

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

border-color css

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

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

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