Html Css Color HEX #D2380D Harley Davidson Orange

📋 copy color: '#D2380D'

red 210 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #D2380D

Tints of Harley Davidson Orange #D2380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.07%

 BLUE value IS 13 (5.47% from 255) = 4.66%

R = 75.27%
G = 20.07%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2380D (or 0xD2380D) is known color: Harley Davidson Orange. HEX triplet: D2, 38 and 0D. RGB value is (210,56,13). Sum of RGB (Red+Green+Blue) = 210+56+13=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D2380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2380D is #2DC7F2. Grayscale: #616161. Windows color (decimal): -3000307 or 866514. OLE color: 866514.

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

Color convert

RGB 210 56 13 -
CMYK 0 0.73 0.94 0.18
HSL 13.1º 0.88% 0.44% -
HSV(B) 13.1º 0.94% 0.82% -
XYZ 28.07 16.56 2.1 -
YUV 97.14 80.52 208.5 -
System Red Green Blue C M Y K H S L
Decimal 210 56 13 0 0.73 0.94 0.18 13.1 0.88 0.44
Hex D2 38 D 0 49 5E 12 D 58 2C
Octal 322 70 15 0 111 136 22 15 130 54
Binary 11010010 111000 1101 0 1001001 1011110 10010 1101 1011000 101100

Color Harmonies of #D2380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2380D

Black with #D2380D

Text Example


Text Example

White with #D2380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2380D; }

 p { color: rgb(210,56,13); }

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

background-color css

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

 a { background-color: rgb(210,56,13); }

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

border-color css

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

 span { border-color: rgb(210,56,13); }

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