Html Css Color HEX #D52A14 Harley Davidson Orange

📋 copy color: '#D52A14'

red 213 ◦ green 42 ◦ blue 20

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

Shades of Harley Davidson Orange #D52A14

Tints of Harley Davidson Orange #D52A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.27%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 77.45%
G = 15.27%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D52A14 (or 0xD52A14) is known color: Harley Davidson Orange. HEX triplet: D5, 2A and 14. RGB value is (213,42,20). Sum of RGB (Red+Green+Blue) = 213+42+20=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52A14 is #2AD5EB. Grayscale: #5A5A5A. Windows color (decimal): -2807276 or 1321685. OLE color: 1321685.

HSL color Cylindrical-coordinate representation of color #D52A14: hue angle of 6.84º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D52A14 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 42 20 -
CMYK 0 0.80 0.91 0.16
HSL 6.84º 0.83% 0.46% -
HSV(B) 6.84º 0.91% 0.84% -
XYZ 28.39 15.85 2.23 -
YUV 90.62 88.15 215.29 -
System Red Green Blue C M Y K H S L
Decimal 213 42 20 0 0.80 0.91 0.16 6.84 0.83 0.46
Hex D5 2A 14 0 50 5B 10 7 53 2E
Octal 325 52 24 0 120 133 20 7 123 56
Binary 11010101 101010 10100 0 1010000 1011011 10000 111 1010011 101110

Color Harmonies of #D52A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A14

Black with #D52A14

Text Example


Text Example

White with #D52A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A14; }

 p { color: rgb(213,42,20); }

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

background-color css

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

 a { background-color: rgb(213,42,20); }

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

border-color css

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

 span { border-color: rgb(213,42,20); }

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