Html Css Color HEX #D52502 Harley Davidson Orange

📋 copy color: '#D52502'

red 213 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #D52502

Tints of Harley Davidson Orange #D52502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 84.52%
G = 14.68%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D52502 (or 0xD52502) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 02. RGB value is (213,37,2). Sum of RGB (Red+Green+Blue) = 213+37+2=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D52502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52502 is #2ADAFD. Grayscale: #555555. Windows color (decimal): -2808574 or 140757. OLE color: 140757.

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

Color convert

RGB 213 37 2 -
CMYK 0 0.83 0.99 0.16
HSL 9.95º 0.98% 0.42% -
HSV(B) 9.95º 0.99% 0.84% -
XYZ 28.11 15.47 1.56 -
YUV 85.63 80.81 218.85 -
System Red Green Blue C M Y K H S L
Decimal 213 37 2 0 0.83 0.99 0.16 9.95 0.98 0.42
Hex D5 25 2 0 53 63 10 A 62 2A
Octal 325 45 2 0 123 143 20 12 142 52
Binary 11010101 100101 10 0 1010011 1100011 10000 1010 1100010 101010

Color Harmonies of #D52502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52502

Black with #D52502

Text Example


Text Example

White with #D52502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52502; }

 p { color: rgb(213,37,2); }

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

background-color css

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

 a { background-color: rgb(213,37,2); }

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

border-color css

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

 span { border-color: rgb(213,37,2); }

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