Html Css Color HEX #D63C1D Harley Davidson Orange

📋 copy color: '#D63C1D'

red 214 ◦ green 60 ◦ blue 29

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

Shades of Harley Davidson Orange #D63C1D

Tints of Harley Davidson Orange #D63C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 70.63%
G = 19.8%
B = 9.57%

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

#D63C1D (or 0xD63C1D) is known color: Harley Davidson Orange. HEX triplet: D6, 3C and 1D. RGB value is (214,60,29). Sum of RGB (Red+Green+Blue) = 214+60+29=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C1D is #29C3E2. Grayscale: #666666. Windows color (decimal): -2737123 or 1916118. OLE color: 1916118.

HSL color Cylindrical-coordinate representation of color #D63C1D: hue angle of 10.05º degrees, saturation: 0.76, 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 #D63C1D is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 29 -
CMYK 0 0.72 0.86 0.16
HSL 10.05º 0.76% 0.48% -
HSV(B) 10.05º 0.86% 0.84% -
XYZ 29.57 17.62 3 -
YUV 102.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 214 60 29 0 0.72 0.86 0.16 10.05 0.76 0.48
Hex D6 3C 1D 0 48 56 10 A 4C 30
Octal 326 74 35 0 110 126 20 12 114 60
Binary 11010110 111100 11101 0 1001000 1010110 10000 1010 1001100 110000

Color Harmonies of #D63C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C1D

Black with #D63C1D

Text Example


Text Example

White with #D63C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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