Html Css Color HEX #D62002 Harley Davidson Orange

📋 copy color: '#D62002'

red 214 ◦ green 32 ◦ blue 2

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

Shades of Harley Davidson Orange #D62002

Tints of Harley Davidson Orange #D62002

RGB

 RED value IS 214 (83.98% from 255) = 86.29%

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

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

R = 86.29%
G = 12.9%
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

#D62002 (or 0xD62002) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 02. RGB value is (214,32,2). Sum of RGB (Red+Green+Blue) = 214+32+2=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D62002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62002 is #29DFFD. Grayscale: #535353. Windows color (decimal): -2744318 or 139478. OLE color: 139478.

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

Color convert

RGB 214 32 2 -
CMYK 0 0.85 0.99 0.16
HSL 8.49º 0.98% 0.42% -
HSV(B) 8.49º 0.99% 0.84% -
XYZ 28.26 15.33 1.53 -
YUV 83 82.3 221.44 -
System Red Green Blue C M Y K H S L
Decimal 214 32 2 0 0.85 0.99 0.16 8.49 0.98 0.42
Hex D6 20 2 0 55 63 10 8 62 2A
Octal 326 40 2 0 125 143 20 10 142 52
Binary 11010110 100000 10 0 1010101 1100011 10000 1000 1100010 101010

Color Harmonies of #D62002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62002

Black with #D62002

Text Example


Text Example

White with #D62002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62002; }

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

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

background-color css

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

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

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

border-color css

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

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

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