Html Css Color HEX #D03214 Harley Davidson Orange

📋 copy color: '#D03214'

red 208 ◦ green 50 ◦ blue 20

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

Shades of Harley Davidson Orange #D03214

Tints of Harley Davidson Orange #D03214

RGB

 RED value IS 208 (81.64% from 255) = 74.82%

 GREEN value IS 50 (19.92% from 255) = 17.99%

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 74.82%
G = 17.99%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D03214 (or 0xD03214) is known color: Harley Davidson Orange. HEX triplet: D0, 32 and 14. RGB value is (208,50,20). Sum of RGB (Red+Green+Blue) = 208+50+20=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D03214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03214 is #2FCDEB. Grayscale: #5E5E5E. Windows color (decimal): -3132908 or 1323728. OLE color: 1323728.

HSL color Cylindrical-coordinate representation of color #D03214: hue angle of 9.57º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D03214 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 20 -
CMYK 0 0.76 0.90 0.18
HSL 9.57º 0.82% 0.45% -
HSV(B) 9.57º 0.9% 0.82% -
XYZ 27.28 15.74 2.26 -
YUV 93.82 86.35 209.44 -
System Red Green Blue C M Y K H S L
Decimal 208 50 20 0 0.76 0.90 0.18 9.57 0.82 0.45
Hex D0 32 14 0 4C 5A 12 A 52 2D
Octal 320 62 24 0 114 132 22 12 122 55
Binary 11010000 110010 10100 0 1001100 1011010 10010 1010 1010010 101101

Color Harmonies of #D03214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03214

Black with #D03214

Text Example


Text Example

White with #D03214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03214; }

 p { color: rgb(208,50,20); }

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

background-color css

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

 a { background-color: rgb(208,50,20); }

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

border-color css

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

 span { border-color: rgb(208,50,20); }

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