Html Css Color HEX #D53C1A Harley Davidson Orange

📋 copy color: '#D53C1A'

red 213 ◦ green 60 ◦ blue 26

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

Shades of Harley Davidson Orange #D53C1A

Tints of Harley Davidson Orange #D53C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.7%

R = 71.24%
G = 20.07%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D53C1A (or 0xD53C1A) is known color: Harley Davidson Orange. HEX triplet: D5, 3C and 1A. RGB value is (213,60,26). Sum of RGB (Red+Green+Blue) = 213+60+26=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C1A is #2AC3E5. Grayscale: #666666. Windows color (decimal): -2802662 or 1719509. OLE color: 1719509.

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

Color convert

RGB 213 60 26 -
CMYK 0 0.72 0.88 0.16
HSL 10.91º 0.78% 0.47% -
HSV(B) 10.91º 0.88% 0.84% -
XYZ 29.24 17.45 2.8 -
YUV 101.87 85.19 207.26 -
System Red Green Blue C M Y K H S L
Decimal 213 60 26 0 0.72 0.88 0.16 10.91 0.78 0.47
Hex D5 3C 1A 0 48 58 10 B 4E 2F
Octal 325 74 32 0 110 130 20 13 116 57
Binary 11010101 111100 11010 0 1001000 1011000 10000 1011 1001110 101111

Color Harmonies of #D53C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C1A

Black with #D53C1A

Text Example


Text Example

White with #D53C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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