Html Css Color HEX #D2441D Harley Davidson Orange

📋 copy color: '#D2441D'

red 210 ◦ green 68 ◦ blue 29

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

Shades of Harley Davidson Orange #D2441D

Tints of Harley Davidson Orange #D2441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

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

R = 68.4%
G = 22.15%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2441D (or 0xD2441D) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 1D. RGB value is (210,68,29). Sum of RGB (Red+Green+Blue) = 210+68+29=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2441D is #2DBBE2. Grayscale: #6A6A6A. Windows color (decimal): -2997219 or 1918162. OLE color: 1918162.

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

Color convert

RGB 210 68 29 -
CMYK 0 0.68 0.86 0.18
HSL 12.93º 0.76% 0.47% -
HSV(B) 12.93º 0.86% 0.82% -
XYZ 28.87 17.92 3.1 -
YUV 106.01 84.54 202.17 -
System Red Green Blue C M Y K H S L
Decimal 210 68 29 0 0.68 0.86 0.18 12.93 0.76 0.47
Hex D2 44 1D 0 44 56 12 D 4C 2F
Octal 322 104 35 0 104 126 22 15 114 57
Binary 11010010 1000100 11101 0 1000100 1010110 10010 1101 1001100 101111

Color Harmonies of #D2441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2441D

Black with #D2441D

Text Example


Text Example

White with #D2441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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