Html Css Color HEX #D2370C Harley Davidson Orange

📋 copy color: '#D2370C'

red 210 ◦ green 55 ◦ blue 12

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

Shades of Harley Davidson Orange #D2370C

Tints of Harley Davidson Orange #D2370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 12 (5.08% from 255) = 4.33%

R = 75.81%
G = 19.86%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2370C (or 0xD2370C) is known color: Harley Davidson Orange. HEX triplet: D2, 37 and 0C. RGB value is (210,55,12). Sum of RGB (Red+Green+Blue) = 210+55+12=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2370C is #2DC8F3. Grayscale: #606060. Windows color (decimal): -3000564 or 800722. OLE color: 800722.

HSL color Cylindrical-coordinate representation of color #D2370C: hue angle of 13.03º degrees, saturation: 0.89, 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 #D2370C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 55 12 -
CMYK 0 0.74 0.94 0.18
HSL 13.03º 0.89% 0.44% -
HSV(B) 13.03º 0.94% 0.82% -
XYZ 28.01 16.46 2.05 -
YUV 96.44 80.35 209 -
System Red Green Blue C M Y K H S L
Decimal 210 55 12 0 0.74 0.94 0.18 13.03 0.89 0.44
Hex D2 37 C 0 4A 5E 12 D 59 2C
Octal 322 67 14 0 112 136 22 15 131 54
Binary 11010010 110111 1100 0 1001010 1011110 10010 1101 1011001 101100

Color Harmonies of #D2370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2370C

Black with #D2370C

Text Example


Text Example

White with #D2370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2370C; }

 p { color: rgb(210,55,12); }

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

background-color css

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

 a { background-color: rgb(210,55,12); }

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

border-color css

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

 span { border-color: rgb(210,55,12); }

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