Html Css Color HEX #D14221 Harley Davidson Orange

📋 copy color: '#D14221'

red 209 ◦ green 66 ◦ blue 33

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

Shades of Harley Davidson Orange #D14221

Tints of Harley Davidson Orange #D14221

RGB

 RED value IS 209 (82.03% from 255) = 67.86%

 GREEN value IS 66 (26.17% from 255) = 21.43%

 BLUE value IS 33 (13.28% from 255) = 10.71%

R = 67.86%
G = 21.43%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D14221 (or 0xD14221) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 21. RGB value is (209,66,33). Sum of RGB (Red+Green+Blue) = 209+66+33=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D14221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14221 is #2EBDDE. Grayscale: #696969. Windows color (decimal): -3063263 or 2179793. OLE color: 2179793.

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

Color convert

RGB 209 66 33 -
CMYK 0 0.68 0.84 0.18
HSL 11.25º 0.73% 0.47% -
HSV(B) 11.25º 0.84% 0.82% -
XYZ 28.52 17.56 3.33 -
YUV 105 87.38 202.18 -
System Red Green Blue C M Y K H S L
Decimal 209 66 33 0 0.68 0.84 0.18 11.25 0.73 0.47
Hex D1 42 21 0 44 54 12 B 49 2F
Octal 321 102 41 0 104 124 22 13 111 57
Binary 11010001 1000010 100001 0 1000100 1010100 10010 1011 1001001 101111

Color Harmonies of #D14221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14221

Black with #D14221

Text Example


Text Example

White with #D14221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14221; }

 p { color: rgb(209,66,33); }

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

background-color css

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

 a { background-color: rgb(209,66,33); }

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

border-color css

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

 span { border-color: rgb(209,66,33); }

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