Html Css Color HEX #D0221A Harley Davidson Orange

📋 copy color: '#D0221A'

red 208 ◦ green 34 ◦ blue 26

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

Shades of Harley Davidson Orange #D0221A

Tints of Harley Davidson Orange #D0221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.69%

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

R = 77.61%
G = 12.69%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0221A (or 0xD0221A) is known color: Harley Davidson Orange. HEX triplet: D0, 22 and 1A. RGB value is (208,34,26). Sum of RGB (Red+Green+Blue) = 208+34+26=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D0221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0221A is #2FDDE5. Grayscale: #555555. Windows color (decimal): -3136998 or 1712848. OLE color: 1712848.

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

Color convert

RGB 208 34 26 -
CMYK 0 0.84 0.88 0.18
HSL 2.64º 0.78% 0.46% -
HSV(B) 2.64º 0.88% 0.82% -
XYZ 26.77 14.63 2.39 -
YUV 85.11 94.65 215.65 -
System Red Green Blue C M Y K H S L
Decimal 208 34 26 0 0.84 0.88 0.18 2.64 0.78 0.46
Hex D0 22 1A 0 54 58 12 3 4E 2E
Octal 320 42 32 0 124 130 22 3 116 56
Binary 11010000 100010 11010 0 1010100 1011000 10010 11 1001110 101110

Color Harmonies of #D0221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0221A

Black with #D0221A

Text Example


Text Example

White with #D0221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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