Html Css Color HEX #D63A02 Harley Davidson Orange

📋 copy color: '#D63A02'

red 214 ◦ green 58 ◦ blue 2

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

Shades of Harley Davidson Orange #D63A02

Tints of Harley Davidson Orange #D63A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

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

R = 78.1%
G = 21.17%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D63A02 (or 0xD63A02) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 02. RGB value is (214,58,2). Sum of RGB (Red+Green+Blue) = 214+58+2=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A02 is #29C5FD. Grayscale: #626262. Windows color (decimal): -2737662 or 146134. OLE color: 146134.

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

Color convert

RGB 214 58 2 -
CMYK 0 0.73 0.99 0.16
HSL 15.85º 0.98% 0.42% -
HSV(B) 15.85º 0.99% 0.84% -
XYZ 29.26 17.33 1.86 -
YUV 98.26 73.68 210.55 -
System Red Green Blue C M Y K H S L
Decimal 214 58 2 0 0.73 0.99 0.16 15.85 0.98 0.42
Hex D6 3A 2 0 49 63 10 10 62 2A
Octal 326 72 2 0 111 143 20 20 142 52
Binary 11010110 111010 10 0 1001001 1100011 10000 10000 1100010 101010

Color Harmonies of #D63A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A02

Black with #D63A02

Text Example


Text Example

White with #D63A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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