Html Css Color HEX #D2360E Harley Davidson Orange

📋 copy color: '#D2360E'

red 210 ◦ green 54 ◦ blue 14

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

Shades of Harley Davidson Orange #D2360E

Tints of Harley Davidson Orange #D2360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.42%

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 75.54%
G = 19.42%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2360E (or 0xD2360E) is known color: Harley Davidson Orange. HEX triplet: D2, 36 and 0E. RGB value is (210,54,14). Sum of RGB (Red+Green+Blue) = 210+54+14=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D2360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2360E is #2DC9F1. Grayscale: #606060. Windows color (decimal): -3000818 or 931538. OLE color: 931538.

HSL color Cylindrical-coordinate representation of color #D2360E: hue angle of 12.24º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2360E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 54 14 -
CMYK 0 0.74 0.93 0.18
HSL 12.24º 0.88% 0.44% -
HSV(B) 12.24º 0.93% 0.82% -
XYZ 27.98 16.37 2.1 -
YUV 96.08 81.68 209.25 -
System Red Green Blue C M Y K H S L
Decimal 210 54 14 0 0.74 0.93 0.18 12.24 0.88 0.44
Hex D2 36 E 0 4A 5D 12 C 58 2C
Octal 322 66 16 0 112 135 22 14 130 54
Binary 11010010 110110 1110 0 1001010 1011101 10010 1100 1011000 101100

Color Harmonies of #D2360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2360E

Black with #D2360E

Text Example


Text Example

White with #D2360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2360E; }

 p { color: rgb(210,54,14); }

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

background-color css

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

 a { background-color: rgb(210,54,14); }

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

border-color css

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

 span { border-color: rgb(210,54,14); }

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