Html Css Color HEX #D52912 Harley Davidson Orange

📋 copy color: '#D52912'

red 213 ◦ green 41 ◦ blue 18

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

Shades of Harley Davidson Orange #D52912

Tints of Harley Davidson Orange #D52912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.07%

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

R = 78.31%
G = 15.07%
B = 6.62%

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

#D52912 (or 0xD52912) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 12. RGB value is (213,41,18). Sum of RGB (Red+Green+Blue) = 213+41+18=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D52912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52912 is #2AD6ED. Grayscale: #5A5A5A. Windows color (decimal): -2807534 or 1190357. OLE color: 1190357.

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

Color convert

RGB 213 41 18 -
CMYK 0 0.81 0.92 0.16
HSL 7.08º 0.84% 0.45% -
HSV(B) 7.08º 0.92% 0.84% -
XYZ 28.34 15.78 2.12 -
YUV 89.81 87.48 215.87 -
System Red Green Blue C M Y K H S L
Decimal 213 41 18 0 0.81 0.92 0.16 7.08 0.84 0.45
Hex D5 29 12 0 51 5C 10 7 54 2D
Octal 325 51 22 0 121 134 20 7 124 55
Binary 11010101 101001 10010 0 1010001 1011100 10000 111 1010100 101101

Color Harmonies of #D52912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52912

Black with #D52912

Text Example


Text Example

White with #D52912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52912; }

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

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

background-color css

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

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

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

border-color css

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

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

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