Html Css Color HEX #D0421A Harley Davidson Orange

📋 copy color: '#D0421A'

red 208 ◦ green 66 ◦ blue 26

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

Shades of Harley Davidson Orange #D0421A

Tints of Harley Davidson Orange #D0421A

RGB

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

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

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

R = 69.33%
G = 22%
B = 8.67%

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

#D0421A (or 0xD0421A) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 1A. RGB value is (208,66,26). Sum of RGB (Red+Green+Blue) = 208+66+26=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D0421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0421A is #2FBDE5. Grayscale: #686868. Windows color (decimal): -3128806 or 1721040. OLE color: 1721040.

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

Color convert

RGB 208 66 26 -
CMYK 0 0.68 0.88 0.18
HSL 13.19º 0.78% 0.46% -
HSV(B) 13.19º 0.88% 0.82% -
XYZ 28.15 17.38 2.85 -
YUV 103.9 84.04 202.25 -
System Red Green Blue C M Y K H S L
Decimal 208 66 26 0 0.68 0.88 0.18 13.19 0.78 0.46
Hex D0 42 1A 0 44 58 12 D 4E 2E
Octal 320 102 32 0 104 130 22 15 116 56
Binary 11010000 1000010 11010 0 1000100 1011000 10010 1101 1001110 101110

Color Harmonies of #D0421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0421A

Black with #D0421A

Text Example


Text Example

White with #D0421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0421A; }

 p { color: rgb(208,66,26); }

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

background-color css

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

 a { background-color: rgb(208,66,26); }

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

border-color css

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

 span { border-color: rgb(208,66,26); }

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