Html Css Color HEX #D53D22 Harley Davidson Orange

📋 copy color: '#D53D22'

red 213 ◦ green 61 ◦ blue 34

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

Shades of Harley Davidson Orange #D53D22

Tints of Harley Davidson Orange #D53D22

RGB

 RED value IS 213 (83.59% from 255) = 69.16%

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

 BLUE value IS 34 (13.67% from 255) = 11.04%

R = 69.16%
G = 19.81%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D53D22 (or 0xD53D22) is known color: Harley Davidson Orange. HEX triplet: D5, 3D and 22. RGB value is (213,61,34). Sum of RGB (Red+Green+Blue) = 213+61+34=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D22 is #2AC2DD. Grayscale: #676767. Windows color (decimal): -2802398 or 2244053. OLE color: 2244053.

HSL color Cylindrical-coordinate representation of color #D53D22: hue angle of 9.05º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D53D22 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 61 34 -
CMYK 0 0.71 0.84 0.16
HSL 9.05º 0.72% 0.48% -
HSV(B) 9.05º 0.84% 0.84% -
XYZ 29.4 17.6 3.36 -
YUV 103.37 88.86 206.2 -
System Red Green Blue C M Y K H S L
Decimal 213 61 34 0 0.71 0.84 0.16 9.05 0.72 0.48
Hex D5 3D 22 0 47 54 10 9 48 30
Octal 325 75 42 0 107 124 20 11 110 60
Binary 11010101 111101 100010 0 1000111 1010100 10000 1001 1001000 110000

Color Harmonies of #D53D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D22

Black with #D53D22

Text Example


Text Example

White with #D53D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D22; }

 p { color: rgb(213,61,34); }

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

background-color css

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

 a { background-color: rgb(213,61,34); }

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

border-color css

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

 span { border-color: rgb(213,61,34); }

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