Html Css Color HEX #D53C22 Harley Davidson Orange

📋 copy color: '#D53C22'

red 213 ◦ green 60 ◦ blue 34

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

Shades of Harley Davidson Orange #D53C22

Tints of Harley Davidson Orange #D53C22

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 69.38%
G = 19.54%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D53C22 (or 0xD53C22) is known color: Harley Davidson Orange. HEX triplet: D5, 3C and 22. RGB value is (213,60,34). Sum of RGB (Red+Green+Blue) = 213+60+34=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C22 is #2AC3DD. Grayscale: #676767. Windows color (decimal): -2802654 or 2243797. OLE color: 2243797.

HSL color Cylindrical-coordinate representation of color #D53C22: hue angle of 8.72º 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 #D53C22 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 60 34 -
CMYK 0 0.72 0.84 0.16
HSL 8.72º 0.72% 0.48% -
HSV(B) 8.72º 0.84% 0.84% -
XYZ 29.35 17.49 3.34 -
YUV 102.78 89.19 206.61 -
System Red Green Blue C M Y K H S L
Decimal 213 60 34 0 0.72 0.84 0.16 8.72 0.72 0.48
Hex D5 3C 22 0 48 54 10 9 48 30
Octal 325 74 42 0 110 124 20 11 110 60
Binary 11010101 111100 100010 0 1001000 1010100 10000 1001 1001000 110000

Color Harmonies of #D53C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C22

Black with #D53C22

Text Example


Text Example

White with #D53C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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