Html Css Color HEX #D23118 Harley Davidson Orange

📋 copy color: '#D23118'

red 210 ◦ green 49 ◦ blue 24

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

Shades of Harley Davidson Orange #D23118

Tints of Harley Davidson Orange #D23118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

 BLUE value IS 24 (9.77% from 255) = 8.48%

R = 74.2%
G = 17.31%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D23118 (or 0xD23118) is known color: Harley Davidson Orange. HEX triplet: D2, 31 and 18. RGB value is (210,49,24). Sum of RGB (Red+Green+Blue) = 210+49+24=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D23118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23118 is #2DCEE7. Grayscale: #5E5E5E. Windows color (decimal): -3002088 or 1585618. OLE color: 1585618.

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

Color convert

RGB 210 49 24 -
CMYK 0 0.77 0.89 0.18
HSL 8.06º 0.79% 0.46% -
HSV(B) 8.06º 0.89% 0.82% -
XYZ 27.84 15.96 2.48 -
YUV 94.29 88.34 210.53 -
System Red Green Blue C M Y K H S L
Decimal 210 49 24 0 0.77 0.89 0.18 8.06 0.79 0.46
Hex D2 31 18 0 4D 59 12 8 4F 2E
Octal 322 61 30 0 115 131 22 10 117 56
Binary 11010010 110001 11000 0 1001101 1011001 10010 1000 1001111 101110

Color Harmonies of #D23118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23118

Black with #D23118

Text Example


Text Example

White with #D23118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23118; }

 p { color: rgb(210,49,24); }

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

background-color css

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

 a { background-color: rgb(210,49,24); }

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

border-color css

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

 span { border-color: rgb(210,49,24); }

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