Html Css Color HEX #D0221B Harley Davidson Orange

📋 copy color: '#D0221B'

red 208 ◦ green 34 ◦ blue 27

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

Shades of Harley Davidson Orange #D0221B

Tints of Harley Davidson Orange #D0221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 77.32%
G = 12.64%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0221B (or 0xD0221B) is known color: Harley Davidson Orange. HEX triplet: D0, 22 and 1B. RGB value is (208,34,27). Sum of RGB (Red+Green+Blue) = 208+34+27=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D0221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0221B is #2FDDE4. Grayscale: #555555. Windows color (decimal): -3136997 or 1778384. OLE color: 1778384.

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

Color convert

RGB 208 34 27 -
CMYK 0 0.84 0.87 0.18
HSL 2.32º 0.77% 0.46% -
HSV(B) 2.32º 0.87% 0.82% -
XYZ 26.78 14.63 2.45 -
YUV 85.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 208 34 27 0 0.84 0.87 0.18 2.32 0.77 0.46
Hex D0 22 1B 0 54 57 12 2 4D 2E
Octal 320 42 33 0 124 127 22 2 115 56
Binary 11010000 100010 11011 0 1010100 1010111 10010 10 1001101 101110

Color Harmonies of #D0221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0221B

Black with #D0221B

Text Example


Text Example

White with #D0221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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