Html Css Color HEX #D2441A Harley Davidson Orange

📋 copy color: '#D2441A'

red 210 ◦ green 68 ◦ blue 26

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

Shades of Harley Davidson Orange #D2441A

Tints of Harley Davidson Orange #D2441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 69.08%
G = 22.37%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2441A (or 0xD2441A) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 1A. RGB value is (210,68,26). Sum of RGB (Red+Green+Blue) = 210+68+26=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2441A is #2DBBE5. Grayscale: #696969. Windows color (decimal): -2997222 or 1721554. OLE color: 1721554.

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

Color convert

RGB 210 68 26 -
CMYK 0 0.68 0.88 0.18
HSL 13.7º 0.78% 0.46% -
HSV(B) 13.7º 0.88% 0.82% -
XYZ 28.83 17.91 2.91 -
YUV 105.67 83.04 202.42 -
System Red Green Blue C M Y K H S L
Decimal 210 68 26 0 0.68 0.88 0.18 13.7 0.78 0.46
Hex D2 44 1A 0 44 58 12 E 4E 2E
Octal 322 104 32 0 104 130 22 16 116 56
Binary 11010010 1000100 11010 0 1000100 1011000 10010 1110 1001110 101110

Color Harmonies of #D2441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2441A

Black with #D2441A

Text Example


Text Example

White with #D2441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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