Html Css Color HEX #D63E0C Harley Davidson Orange

📋 copy color: '#D63E0C'

red 214 ◦ green 62 ◦ blue 12

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

Shades of Harley Davidson Orange #D63E0C

Tints of Harley Davidson Orange #D63E0C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

 BLUE value IS 12 (5.08% from 255) = 4.17%

R = 74.31%
G = 21.53%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D63E0C (or 0xD63E0C) is known color: Harley Davidson Orange. HEX triplet: D6, 3E and 0C. RGB value is (214,62,12). Sum of RGB (Red+Green+Blue) = 214+62+12=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63E0C is #29C1F3. Grayscale: #666666. Windows color (decimal): -2736628 or 802518. OLE color: 802518.

HSL color Cylindrical-coordinate representation of color #D63E0C: hue angle of 14.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D63E0C is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 62 12 -
CMYK 0 0.71 0.94 0.16
HSL 14.85º 0.89% 0.44% -
HSV(B) 14.85º 0.94% 0.84% -
XYZ 29.52 17.77 2.22 -
YUV 101.75 77.36 208.07 -
System Red Green Blue C M Y K H S L
Decimal 214 62 12 0 0.71 0.94 0.16 14.85 0.89 0.44
Hex D6 3E C 0 47 5E 10 F 59 2C
Octal 326 76 14 0 107 136 20 17 131 54
Binary 11010110 111110 1100 0 1000111 1011110 10000 1111 1011001 101100

Color Harmonies of #D63E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E0C

Black with #D63E0C

Text Example


Text Example

White with #D63E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E0C; }

 p { color: rgb(214,62,12); }

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

background-color css

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

 a { background-color: rgb(214,62,12); }

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

border-color css

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

 span { border-color: rgb(214,62,12); }

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