Html Css Color HEX #D2341D Harley Davidson Orange

📋 copy color: '#D2341D'

red 210 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #D2341D

Tints of Harley Davidson Orange #D2341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

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

R = 72.16%
G = 17.87%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2341D (or 0xD2341D) is known color: Harley Davidson Orange. HEX triplet: D2, 34 and 1D. RGB value is (210,52,29). Sum of RGB (Red+Green+Blue) = 210+52+29=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2341D is #2DCBE2. Grayscale: #606060. Windows color (decimal): -3001315 or 1914066. OLE color: 1914066.

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

Color convert

RGB 210 52 29 -
CMYK 0 0.75 0.86 0.18
HSL 7.62º 0.76% 0.47% -
HSV(B) 7.62º 0.86% 0.82% -
XYZ 28.03 16.25 2.82 -
YUV 96.62 89.85 208.87 -
System Red Green Blue C M Y K H S L
Decimal 210 52 29 0 0.75 0.86 0.18 7.62 0.76 0.47
Hex D2 34 1D 0 4B 56 12 8 4C 2F
Octal 322 64 35 0 113 126 22 10 114 57
Binary 11010010 110100 11101 0 1001011 1010110 10010 1000 1001100 101111

Color Harmonies of #D2341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2341D

Black with #D2341D

Text Example


Text Example

White with #D2341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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