Html Css Color HEX #D23218 Harley Davidson Orange

📋 copy color: '#D23218'

red 210 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #D23218

Tints of Harley Davidson Orange #D23218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

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

R = 73.94%
G = 17.61%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D23218 (or 0xD23218) is known color: Harley Davidson Orange. HEX triplet: D2, 32 and 18. RGB value is (210,50,24). Sum of RGB (Red+Green+Blue) = 210+50+24=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D23218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23218 is #2DCDE7. Grayscale: #5F5F5F. Windows color (decimal): -3001832 or 1585874. OLE color: 1585874.

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

Color convert

RGB 210 50 24 -
CMYK 0 0.76 0.89 0.18
HSL 8.39º 0.79% 0.46% -
HSV(B) 8.39º 0.89% 0.82% -
XYZ 27.88 16.05 2.49 -
YUV 94.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 210 50 24 0 0.76 0.89 0.18 8.39 0.79 0.46
Hex D2 32 18 0 4C 59 12 8 4F 2E
Octal 322 62 30 0 114 131 22 10 117 56
Binary 11010010 110010 11000 0 1001100 1011001 10010 1000 1001111 101110

Color Harmonies of #D23218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23218

Black with #D23218

Text Example


Text Example

White with #D23218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23218; }

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

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

background-color css

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

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

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

border-color css

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

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

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