Html Css Color HEX #D63C1E Harley Davidson Orange

📋 copy color: '#D63C1E'

red 214 ◦ green 60 ◦ blue 30

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

Shades of Harley Davidson Orange #D63C1E

Tints of Harley Davidson Orange #D63C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 70.39%
G = 19.74%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D63C1E (or 0xD63C1E) is known color: Harley Davidson Orange. HEX triplet: D6, 3C and 1E. RGB value is (214,60,30). Sum of RGB (Red+Green+Blue) = 214+60+30=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C1E is #29C3E1. Grayscale: #666666. Windows color (decimal): -2737122 or 1981654. OLE color: 1981654.

HSL color Cylindrical-coordinate representation of color #D63C1E: hue angle of 9.78º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D63C1E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 30 -
CMYK 0 0.72 0.86 0.16
HSL 9.78º 0.75% 0.48% -
HSV(B) 9.78º 0.86% 0.84% -
XYZ 29.58 17.62 3.07 -
YUV 102.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 214 60 30 0 0.72 0.86 0.16 9.78 0.75 0.48
Hex D6 3C 1E 0 48 56 10 A 4B 30
Octal 326 74 36 0 110 126 20 12 113 60
Binary 11010110 111100 11110 0 1001000 1010110 10000 1010 1001011 110000

Color Harmonies of #D63C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C1E

Black with #D63C1E

Text Example


Text Example

White with #D63C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C1E; }

 p { color: rgb(214,60,30); }

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

background-color css

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

 a { background-color: rgb(214,60,30); }

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

border-color css

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

 span { border-color: rgb(214,60,30); }

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