Html Css Color HEX #D23019 Harley Davidson Orange

📋 copy color: '#D23019'

red 210 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #D23019

Tints of Harley Davidson Orange #D23019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 25 (10.16% from 255) = 8.83%

R = 74.2%
G = 16.96%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D23019 (or 0xD23019) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 19. RGB value is (210,48,25). Sum of RGB (Red+Green+Blue) = 210+48+25=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D23019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23019 is #2DCFE6. Grayscale: #5E5E5E. Windows color (decimal): -3002343 or 1650898. OLE color: 1650898.

HSL color Cylindrical-coordinate representation of color #D23019: hue angle of 7.46º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D23019 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 48 25 -
CMYK 0 0.77 0.88 0.18
HSL 7.46º 0.79% 0.46% -
HSV(B) 7.46º 0.88% 0.82% -
XYZ 27.81 15.89 2.52 -
YUV 93.82 89.17 210.87 -
System Red Green Blue C M Y K H S L
Decimal 210 48 25 0 0.77 0.88 0.18 7.46 0.79 0.46
Hex D2 30 19 0 4D 58 12 7 4F 2E
Octal 322 60 31 0 115 130 22 7 117 56
Binary 11010010 110000 11001 0 1001101 1011000 10010 111 1001111 101110

Color Harmonies of #D23019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23019

Black with #D23019

Text Example


Text Example

White with #D23019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23019; }

 p { color: rgb(210,48,25); }

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

background-color css

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

 a { background-color: rgb(210,48,25); }

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

border-color css

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

 span { border-color: rgb(210,48,25); }

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