Html Css Color HEX #D24714 Harley Davidson Orange

📋 copy color: '#D24714'

red 210 ◦ green 71 ◦ blue 20

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

Shades of Harley Davidson Orange #D24714

Tints of Harley Davidson Orange #D24714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 69.77%
G = 23.59%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24714 (or 0xD24714) is known color: Harley Davidson Orange. HEX triplet: D2, 47 and 14. RGB value is (210,71,20). Sum of RGB (Red+Green+Blue) = 210+71+20=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D24714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24714 is #2DB8EB. Grayscale: #6B6B6B. Windows color (decimal): -2996460 or 1329106. OLE color: 1329106.

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

Color convert

RGB 210 71 20 -
CMYK 0 0.66 0.90 0.18
HSL 16.11º 0.83% 0.45% -
HSV(B) 16.11º 0.9% 0.82% -
XYZ 28.96 18.26 2.66 -
YUV 106.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 210 71 20 0 0.66 0.90 0.18 16.11 0.83 0.45
Hex D2 47 14 0 42 5A 12 10 53 2D
Octal 322 107 24 0 102 132 22 20 123 55
Binary 11010010 1000111 10100 0 1000010 1011010 10010 10000 1010011 101101

Color Harmonies of #D24714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24714

Black with #D24714

Text Example


Text Example

White with #D24714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24714; }

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

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

background-color css

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

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

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

border-color css

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

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

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