Html Css Color HEX #D14223 Harley Davidson Orange

📋 copy color: '#D14223'

red 209 ◦ green 66 ◦ blue 35

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

Shades of Harley Davidson Orange #D14223

Tints of Harley Davidson Orange #D14223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 67.42%
G = 21.29%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D14223 (or 0xD14223) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 23. RGB value is (209,66,35). Sum of RGB (Red+Green+Blue) = 209+66+35=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D14223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14223 is #2EBDDC. Grayscale: #696969. Windows color (decimal): -3063261 or 2310865. OLE color: 2310865.

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

Color convert

RGB 209 66 35 -
CMYK 0 0.68 0.83 0.18
HSL 10.69º 0.71% 0.48% -
HSV(B) 10.69º 0.83% 0.82% -
XYZ 28.55 17.57 3.48 -
YUV 105.22 88.38 202.02 -
System Red Green Blue C M Y K H S L
Decimal 209 66 35 0 0.68 0.83 0.18 10.69 0.71 0.48
Hex D1 42 23 0 44 53 12 B 47 30
Octal 321 102 43 0 104 123 22 13 107 60
Binary 11010001 1000010 100011 0 1000100 1010011 10010 1011 1000111 110000

Color Harmonies of #D14223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14223

Black with #D14223

Text Example


Text Example

White with #D14223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14223; }

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

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

background-color css

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

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

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

border-color css

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

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

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