Html Css Color HEX #D2201D Harley Davidson Orange

📋 copy color: '#D2201D'

red 210 ◦ green 32 ◦ blue 29

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

Shades of Harley Davidson Orange #D2201D

Tints of Harley Davidson Orange #D2201D

RGB

 RED value IS 210 (82.42% from 255) = 77.49%

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

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 77.49%
G = 11.81%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2201D (or 0xD2201D) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 1D. RGB value is (210,32,29). Sum of RGB (Red+Green+Blue) = 210+32+29=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D2201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2201D is #2DDFE2. Grayscale: #555555. Windows color (decimal): -3006435 or 1908946. OLE color: 1908946.

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

Color convert

RGB 210 32 29 -
CMYK 0 0.85 0.86 0.18
HSL 0.99º 0.76% 0.47% -
HSV(B) 0.99º 0.86% 0.82% -
XYZ 27.32 14.82 2.58 -
YUV 84.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 210 32 29 0 0.85 0.86 0.18 0.99 0.76 0.47
Hex D2 20 1D 0 55 56 12 1 4C 2F
Octal 322 40 35 0 125 126 22 1 114 57
Binary 11010010 100000 11101 0 1010101 1010110 10010 1 1001100 101111

Color Harmonies of #D2201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2201D

Black with #D2201D

Text Example


Text Example

White with #D2201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2201D; }

 p { color: rgb(210,32,29); }

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

background-color css

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

 a { background-color: rgb(210,32,29); }

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

border-color css

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

 span { border-color: rgb(210,32,29); }

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