Html Css Color HEX #D13D21 Harley Davidson Orange

📋 copy color: '#D13D21'

red 209 ◦ green 61 ◦ blue 33

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

Shades of Harley Davidson Orange #D13D21

Tints of Harley Davidson Orange #D13D21

RGB

 RED value IS 209 (82.03% from 255) = 68.98%

 GREEN value IS 61 (24.22% from 255) = 20.13%

 BLUE value IS 33 (13.28% from 255) = 10.89%

R = 68.98%
G = 20.13%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D13D21 (or 0xD13D21) is known color: Harley Davidson Orange. HEX triplet: D1, 3D and 21. RGB value is (209,61,33). Sum of RGB (Red+Green+Blue) = 209+61+33=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D21 is #2EC2DE. Grayscale: #666666. Windows color (decimal): -3064543 or 2178513. OLE color: 2178513.

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

Color convert

RGB 209 61 33 -
CMYK 0 0.71 0.84 0.18
HSL 9.55º 0.73% 0.47% -
HSV(B) 9.55º 0.84% 0.82% -
XYZ 28.24 17 3.23 -
YUV 102.06 89.03 204.28 -
System Red Green Blue C M Y K H S L
Decimal 209 61 33 0 0.71 0.84 0.18 9.55 0.73 0.47
Hex D1 3D 21 0 47 54 12 A 49 2F
Octal 321 75 41 0 107 124 22 12 111 57
Binary 11010001 111101 100001 0 1000111 1010100 10010 1010 1001001 101111

Color Harmonies of #D13D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D21

Black with #D13D21

Text Example


Text Example

White with #D13D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D21; }

 p { color: rgb(209,61,33); }

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

background-color css

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

 a { background-color: rgb(209,61,33); }

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

border-color css

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

 span { border-color: rgb(209,61,33); }

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