Html Css Color HEX #D20923 Fire Engine Red

📋 copy color: '#D20923'

red 210 ◦ green 9 ◦ blue 35

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

Shades of Fire Engine Red #D20923

Tints of Fire Engine Red #D20923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.78%

R = 82.68%
G = 3.54%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D20923 (or 0xD20923) is known color: Fire Engine Red. HEX triplet: D2, 09 and 23. RGB value is (210,9,35). Sum of RGB (Red+Green+Blue) = 210+9+35=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D20923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20923 is #2DF6DC. Grayscale: #484848. Windows color (decimal): -3012317 or 2296274. OLE color: 2296274.

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

Color convert

RGB 210 9 35 -
CMYK 0 0.96 0.83 0.18
HSL 352.24º 0.92% 0.43% -
HSV(B) 352.24º 0.96% 0.82% -
XYZ 26.98 14.02 2.87 -
YUV 72.06 107.09 226.39 -
System Red Green Blue C M Y K H S L
Decimal 210 9 35 0 0.96 0.83 0.18 352.24 0.92 0.43
Hex D2 9 23 0 60 53 12 160 5C 2B
Octal 322 11 43 0 140 123 22 540 134 53
Binary 11010010 1001 100011 0 1100000 1010011 10010 101100000 1011100 101011

Color Harmonies of #D20923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20923

Black with #D20923

Text Example


Text Example

White with #D20923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20923; }

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

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

background-color css

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

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

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

border-color css

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

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

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