Html Css Color HEX #DD200A Harley Davidson Orange

📋 copy color: '#DD200A'

red 221 ◦ green 32 ◦ blue 10

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

Shades of Harley Davidson Orange #DD200A

Tints of Harley Davidson Orange #DD200A

RGB

 RED value IS 221 (86.72% from 255) = 84.03%

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 84.03%
G = 12.17%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD200A (or 0xDD200A) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 0A. RGB value is (221,32,10). Sum of RGB (Red+Green+Blue) = 221+32+10=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD200A is #22DFF5. Grayscale: #565656. Windows color (decimal): -2285558 or 663773. OLE color: 663773.

HSL color Cylindrical-coordinate representation of color #DD200A: hue angle of 6.26º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD200A is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 10 -
CMYK 0 0.86 0.95 0.13
HSL 6.26º 0.91% 0.45% -
HSV(B) 6.26º 0.95% 0.87% -
XYZ 30.39 16.43 1.86 -
YUV 86 85.12 224.29 -
System Red Green Blue C M Y K H S L
Decimal 221 32 10 0 0.86 0.95 0.13 6.26 0.91 0.45
Hex DD 20 A 0 56 5F D 6 5B 2D
Octal 335 40 12 0 126 137 15 6 133 55
Binary 11011101 100000 1010 0 1010110 1011111 1101 110 1011011 101101

Color Harmonies of #DD200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD200A

Black with #DD200A

Text Example


Text Example

White with #DD200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD200A; }

 p { color: rgb(221,32,10); }

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

background-color css

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

 a { background-color: rgb(221,32,10); }

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

border-color css

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

 span { border-color: rgb(221,32,10); }

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