Html Css Color HEX #D52B12 Harley Davidson Orange

📋 copy color: '#D52B12'

red 213 ◦ green 43 ◦ blue 18

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

Shades of Harley Davidson Orange #D52B12

Tints of Harley Davidson Orange #D52B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.69%

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

R = 77.74%
G = 15.69%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52B12 (or 0xD52B12) is known color: Harley Davidson Orange. HEX triplet: D5, 2B and 12. RGB value is (213,43,18). Sum of RGB (Red+Green+Blue) = 213+43+18=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52B12 is #2AD4ED. Grayscale: #5B5B5B. Windows color (decimal): -2807022 or 1190869. OLE color: 1190869.

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

Color convert

RGB 213 43 18 -
CMYK 0 0.80 0.92 0.16
HSL 7.69º 0.84% 0.45% -
HSV(B) 7.69º 0.92% 0.84% -
XYZ 28.41 15.92 2.15 -
YUV 90.98 86.82 215.03 -
System Red Green Blue C M Y K H S L
Decimal 213 43 18 0 0.80 0.92 0.16 7.69 0.84 0.45
Hex D5 2B 12 0 50 5C 10 8 54 2D
Octal 325 53 22 0 120 134 20 10 124 55
Binary 11010101 101011 10010 0 1010000 1011100 10000 1000 1010100 101101

Color Harmonies of #D52B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B12

Black with #D52B12

Text Example


Text Example

White with #D52B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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