Html Css Color HEX #D52302 Harley Davidson Orange

📋 copy color: '#D52302'

red 213 ◦ green 35 ◦ blue 2

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

Shades of Harley Davidson Orange #D52302

Tints of Harley Davidson Orange #D52302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

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

R = 85.2%
G = 14%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D52302 (or 0xD52302) is known color: Harley Davidson Orange. HEX triplet: D5, 23 and 02. RGB value is (213,35,2). Sum of RGB (Red+Green+Blue) = 213+35+2=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D52302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52302 is #2ADCFD. Grayscale: #545454. Windows color (decimal): -2809086 or 140245. OLE color: 140245.

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

Color convert

RGB 213 35 2 -
CMYK 0 0.84 0.99 0.16
HSL 9.38º 0.98% 0.42% -
HSV(B) 9.38º 0.99% 0.84% -
XYZ 28.05 15.35 1.54 -
YUV 84.46 81.47 219.68 -
System Red Green Blue C M Y K H S L
Decimal 213 35 2 0 0.84 0.99 0.16 9.38 0.98 0.42
Hex D5 23 2 0 54 63 10 9 62 2A
Octal 325 43 2 0 124 143 20 11 142 52
Binary 11010101 100011 10 0 1010100 1100011 10000 1001 1100010 101010

Color Harmonies of #D52302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52302

Black with #D52302

Text Example


Text Example

White with #D52302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52302; }

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

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

background-color css

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

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

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

border-color css

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

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

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