Html Css Color HEX #D2390D Harley Davidson Orange

📋 copy color: '#D2390D'

red 210 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #D2390D

Tints of Harley Davidson Orange #D2390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 75%
G = 20.36%
B = 4.64%

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

#D2390D (or 0xD2390D) is known color: Harley Davidson Orange. HEX triplet: D2, 39 and 0D. RGB value is (210,57,13). Sum of RGB (Red+Green+Blue) = 210+57+13=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D2390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2390D is #2DC6F2. Grayscale: #626262. Windows color (decimal): -3000051 or 866770. OLE color: 866770.

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

Color convert

RGB 210 57 13 -
CMYK 0 0.73 0.94 0.18
HSL 13.4º 0.88% 0.44% -
HSV(B) 13.4º 0.94% 0.82% -
XYZ 28.11 16.66 2.11 -
YUV 97.73 80.19 208.08 -
System Red Green Blue C M Y K H S L
Decimal 210 57 13 0 0.73 0.94 0.18 13.4 0.88 0.44
Hex D2 39 D 0 49 5E 12 D 58 2C
Octal 322 71 15 0 111 136 22 15 130 54
Binary 11010010 111001 1101 0 1001001 1011110 10010 1101 1011000 101100

Color Harmonies of #D2390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2390D

Black with #D2390D

Text Example


Text Example

White with #D2390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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