Html Css Color HEX #D51A0D Harley Davidson Orange

📋 copy color: '#D51A0D'

red 213 ◦ green 26 ◦ blue 13

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

Shades of Harley Davidson Orange #D51A0D

Tints of Harley Davidson Orange #D51A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 84.52%
G = 10.32%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D51A0D (or 0xD51A0D) is known color: Harley Davidson Orange. HEX triplet: D5, 1A and 0D. RGB value is (213,26,13). Sum of RGB (Red+Green+Blue) = 213+26+13=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51A0D is #2AE5F2. Grayscale: #505050. Windows color (decimal): -2811379 or 858837. OLE color: 858837.

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

Color convert

RGB 213 26 13 -
CMYK 0 0.88 0.94 0.16
HSL 3.9º 0.88% 0.44% -
HSV(B) 3.9º 0.94% 0.84% -
XYZ 27.88 14.91 1.79 -
YUV 80.43 89.95 222.56 -
System Red Green Blue C M Y K H S L
Decimal 213 26 13 0 0.88 0.94 0.16 3.9 0.88 0.44
Hex D5 1A D 0 58 5E 10 4 58 2C
Octal 325 32 15 0 130 136 20 4 130 54
Binary 11010101 11010 1101 0 1011000 1011110 10000 100 1011000 101100

Color Harmonies of #D51A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A0D

Black with #D51A0D

Text Example


Text Example

White with #D51A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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