Html Css Color HEX #D24614 Harley Davidson Orange

📋 copy color: '#D24614'

red 210 ◦ green 70 ◦ blue 20

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

Shades of Harley Davidson Orange #D24614

Tints of Harley Davidson Orange #D24614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 70%
G = 23.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24614 (or 0xD24614) is known color: Harley Davidson Orange. HEX triplet: D2, 46 and 14. RGB value is (210,70,20). Sum of RGB (Red+Green+Blue) = 210+70+20=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D24614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24614 is #2DB9EB. Grayscale: #6A6A6A. Windows color (decimal): -2996716 or 1328850. OLE color: 1328850.

HSL color Cylindrical-coordinate representation of color #D24614: hue angle of 15.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D24614 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 70 20 -
CMYK 0 0.67 0.90 0.18
HSL 15.79º 0.83% 0.45% -
HSV(B) 15.79º 0.9% 0.82% -
XYZ 28.89 18.13 2.64 -
YUV 106.16 79.38 202.07 -
System Red Green Blue C M Y K H S L
Decimal 210 70 20 0 0.67 0.90 0.18 15.79 0.83 0.45
Hex D2 46 14 0 43 5A 12 10 53 2D
Octal 322 106 24 0 103 132 22 20 123 55
Binary 11010010 1000110 10100 0 1000011 1011010 10010 10000 1010011 101101

Color Harmonies of #D24614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24614

Black with #D24614

Text Example


Text Example

White with #D24614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24614; }

 p { color: rgb(210,70,20); }

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

background-color css

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

 a { background-color: rgb(210,70,20); }

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

border-color css

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

 span { border-color: rgb(210,70,20); }

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