Html Css Color HEX #D52812 Harley Davidson Orange

📋 copy color: '#D52812'

red 213 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #D52812

Tints of Harley Davidson Orange #D52812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 78.6%
G = 14.76%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52812 (or 0xD52812) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 12. RGB value is (213,40,18). Sum of RGB (Red+Green+Blue) = 213+40+18=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D52812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52812 is #2AD7ED. Grayscale: #595959. Windows color (decimal): -2807790 or 1190101. OLE color: 1190101.

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

Color convert

RGB 213 40 18 -
CMYK 0 0.81 0.92 0.16
HSL 6.77º 0.84% 0.45% -
HSV(B) 6.77º 0.92% 0.84% -
XYZ 28.31 15.71 2.11 -
YUV 89.22 87.81 216.29 -
System Red Green Blue C M Y K H S L
Decimal 213 40 18 0 0.81 0.92 0.16 6.77 0.84 0.45
Hex D5 28 12 0 51 5C 10 7 54 2D
Octal 325 50 22 0 121 134 20 7 124 55
Binary 11010101 101000 10010 0 1010001 1011100 10000 111 1010100 101101

Color Harmonies of #D52812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52812

Black with #D52812

Text Example


Text Example

White with #D52812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52812; }

 p { color: rgb(213,40,18); }

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

background-color css

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

 a { background-color: rgb(213,40,18); }

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

border-color css

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

 span { border-color: rgb(213,40,18); }

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