Html Css Color HEX #D52E12 Harley Davidson Orange

📋 copy color: '#D52E12'

red 213 ◦ green 46 ◦ blue 18

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

Shades of Harley Davidson Orange #D52E12

Tints of Harley Davidson Orange #D52E12

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.61%

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

R = 76.9%
G = 16.61%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52E12 (or 0xD52E12) is known color: Harley Davidson Orange. HEX triplet: D5, 2E and 12. RGB value is (213,46,18). Sum of RGB (Red+Green+Blue) = 213+46+18=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52E12 is #2AD1ED. Grayscale: #5D5D5D. Windows color (decimal): -2806254 or 1191637. OLE color: 1191637.

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

Color convert

RGB 213 46 18 -
CMYK 0 0.78 0.92 0.16
HSL 8.62º 0.84% 0.45% -
HSV(B) 8.62º 0.92% 0.84% -
XYZ 28.53 16.14 2.18 -
YUV 92.74 85.83 213.78 -
System Red Green Blue C M Y K H S L
Decimal 213 46 18 0 0.78 0.92 0.16 8.62 0.84 0.45
Hex D5 2E 12 0 4E 5C 10 9 54 2D
Octal 325 56 22 0 116 134 20 11 124 55
Binary 11010101 101110 10010 0 1001110 1011100 10000 1001 1010100 101101

Color Harmonies of #D52E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E12

Black with #D52E12

Text Example


Text Example

White with #D52E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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