Html Css Color HEX #D23E20 Harley Davidson Orange

📋 copy color: '#D23E20'

red 210 ◦ green 62 ◦ blue 32

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

Shades of Harley Davidson Orange #D23E20

Tints of Harley Davidson Orange #D23E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.39%

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 69.08%
G = 20.39%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D23E20 (or 0xD23E20) is known color: Harley Davidson Orange. HEX triplet: D2, 3E and 20. RGB value is (210,62,32). Sum of RGB (Red+Green+Blue) = 210+62+32=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E20 is #2DC1DF. Grayscale: #676767. Windows color (decimal): -2998752 or 2113234. OLE color: 2113234.

HSL color Cylindrical-coordinate representation of color #D23E20: hue angle of 10.11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D23E20 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 62 32 -
CMYK 0 0.70 0.85 0.18
HSL 10.11º 0.74% 0.47% -
HSV(B) 10.11º 0.85% 0.82% -
XYZ 28.56 17.25 3.19 -
YUV 102.83 88.03 204.44 -
System Red Green Blue C M Y K H S L
Decimal 210 62 32 0 0.70 0.85 0.18 10.11 0.74 0.47
Hex D2 3E 20 0 46 55 12 A 4A 2F
Octal 322 76 40 0 106 125 22 12 112 57
Binary 11010010 111110 100000 0 1000110 1010101 10010 1010 1001010 101111

Color Harmonies of #D23E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23E20

Black with #D23E20

Text Example


Text Example

White with #D23E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23E20; }

 p { color: rgb(210,62,32); }

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

background-color css

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

 a { background-color: rgb(210,62,32); }

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

border-color css

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

 span { border-color: rgb(210,62,32); }

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