Html Css Color HEX #D51A0C Harley Davidson Orange

📋 copy color: '#D51A0C'

red 213 ◦ green 26 ◦ blue 12

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

Shades of Harley Davidson Orange #D51A0C

Tints of Harley Davidson Orange #D51A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 84.86%
G = 10.36%
B = 4.78%

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

#D51A0C (or 0xD51A0C) is known color: Harley Davidson Orange. HEX triplet: D5, 1A and 0C. RGB value is (213,26,12). Sum of RGB (Red+Green+Blue) = 213+26+12=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51A0C is #2AE5F3. Grayscale: #505050. Windows color (decimal): -2811380 or 793301. OLE color: 793301.

HSL color Cylindrical-coordinate representation of color #D51A0C: hue angle of 4.18º degrees, saturation: 0.89, 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 #D51A0C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 26 12 -
CMYK 0 0.88 0.94 0.16
HSL 4.18º 0.89% 0.44% -
HSV(B) 4.18º 0.94% 0.84% -
XYZ 27.88 14.91 1.76 -
YUV 80.32 89.45 222.64 -
System Red Green Blue C M Y K H S L
Decimal 213 26 12 0 0.88 0.94 0.16 4.18 0.89 0.44
Hex D5 1A C 0 58 5E 10 4 59 2C
Octal 325 32 14 0 130 136 20 4 131 54
Binary 11010101 11010 1100 0 1011000 1011110 10000 100 1011001 101100

Color Harmonies of #D51A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A0C

Black with #D51A0C

Text Example


Text Example

White with #D51A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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