Html Css Color HEX #D2461D Harley Davidson Orange

📋 copy color: '#D2461D'

red 210 ◦ green 70 ◦ blue 29

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

Shades of Harley Davidson Orange #D2461D

Tints of Harley Davidson Orange #D2461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.39%

R = 67.96%
G = 22.65%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2461D (or 0xD2461D) is known color: Harley Davidson Orange. HEX triplet: D2, 46 and 1D. RGB value is (210,70,29). Sum of RGB (Red+Green+Blue) = 210+70+29=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2461D is #2DB9E2. Grayscale: #6B6B6B. Windows color (decimal): -2996707 or 1918674. OLE color: 1918674.

HSL color Cylindrical-coordinate representation of color #D2461D: hue angle of 13.59º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2461D is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 70 29 -
CMYK 0 0.67 0.86 0.18
HSL 13.59º 0.76% 0.47% -
HSV(B) 13.59º 0.86% 0.82% -
XYZ 28.99 18.17 3.14 -
YUV 107.19 83.88 201.33 -
System Red Green Blue C M Y K H S L
Decimal 210 70 29 0 0.67 0.86 0.18 13.59 0.76 0.47
Hex D2 46 1D 0 43 56 12 E 4C 2F
Octal 322 106 35 0 103 126 22 16 114 57
Binary 11010010 1000110 11101 0 1000011 1010110 10010 1110 1001100 101111

Color Harmonies of #D2461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2461D

Black with #D2461D

Text Example


Text Example

White with #D2461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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