Html Css Color HEX #D63D0F Harley Davidson Orange

📋 copy color: '#D63D0F'

red 214 ◦ green 61 ◦ blue 15

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

Shades of Harley Davidson Orange #D63D0F

Tints of Harley Davidson Orange #D63D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.03%

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 73.79%
G = 21.03%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D63D0F (or 0xD63D0F) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 0F. RGB value is (214,61,15). Sum of RGB (Red+Green+Blue) = 214+61+15=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63D0F is #29C2F0. Grayscale: #656565. Windows color (decimal): -2736881 or 998870. OLE color: 998870.

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

Color convert

RGB 214 61 15 -
CMYK 0 0.71 0.93 0.16
HSL 13.87º 0.87% 0.45% -
HSV(B) 13.87º 0.93% 0.84% -
XYZ 29.49 17.67 2.31 -
YUV 101.5 79.19 208.24 -
System Red Green Blue C M Y K H S L
Decimal 214 61 15 0 0.71 0.93 0.16 13.87 0.87 0.45
Hex D6 3D F 0 47 5D 10 E 57 2D
Octal 326 75 17 0 107 135 20 16 127 55
Binary 11010110 111101 1111 0 1000111 1011101 10000 1110 1010111 101101

Color Harmonies of #D63D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D0F

Black with #D63D0F

Text Example


Text Example

White with #D63D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D0F; }

 p { color: rgb(214,61,15); }

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

background-color css

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

 a { background-color: rgb(214,61,15); }

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

border-color css

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

 span { border-color: rgb(214,61,15); }

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