Html Css Color HEX #D52002 Harley Davidson Orange

📋 copy color: '#D52002'

red 213 ◦ green 32 ◦ blue 2

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

Shades of Harley Davidson Orange #D52002

Tints of Harley Davidson Orange #D52002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

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

R = 86.23%
G = 12.96%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D52002 (or 0xD52002) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 02. RGB value is (213,32,2). Sum of RGB (Red+Green+Blue) = 213+32+2=247 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.23% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 213 - color contains mainly: red. Hex color #D52002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52002 is #2ADFFD. Grayscale: #535353. Windows color (decimal): -2809854 or 139477. OLE color: 139477.

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

Color convert

RGB 213 32 2 -
CMYK 0 0.85 0.99 0.16
HSL 8.53º 0.98% 0.42% -
HSV(B) 8.53º 0.99% 0.84% -
XYZ 27.97 15.18 1.51 -
YUV 82.7 82.47 220.94 -
System Red Green Blue C M Y K H S L
Decimal 213 32 2 0 0.85 0.99 0.16 8.53 0.98 0.42
Hex D5 20 2 0 55 63 10 9 62 2A
Octal 325 40 2 0 125 143 20 11 142 52
Binary 11010101 100000 10 0 1010101 1100011 10000 1001 1100010 101010

Color Harmonies of #D52002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52002

Black with #D52002

Text Example


Text Example

White with #D52002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52002; }

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

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

background-color css

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

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

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

border-color css

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

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

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