Html Css Color HEX #D63F1E Harley Davidson Orange

📋 copy color: '#D63F1E'

red 214 ◦ green 63 ◦ blue 30

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

Shades of Harley Davidson Orange #D63F1E

Tints of Harley Davidson Orange #D63F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 20.52%

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

R = 69.71%
G = 20.52%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D63F1E (or 0xD63F1E) is known color: Harley Davidson Orange. HEX triplet: D6, 3F and 1E. RGB value is (214,63,30). Sum of RGB (Red+Green+Blue) = 214+63+30=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F1E is #29C0E1. Grayscale: #686868. Windows color (decimal): -2736354 or 1982422. OLE color: 1982422.

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

Color convert

RGB 214 63 30 -
CMYK 0 0.71 0.86 0.16
HSL 10.76º 0.75% 0.48% -
HSV(B) 10.76º 0.86% 0.84% -
XYZ 29.74 17.94 3.12 -
YUV 104.39 86.03 206.18 -
System Red Green Blue C M Y K H S L
Decimal 214 63 30 0 0.71 0.86 0.16 10.76 0.75 0.48
Hex D6 3F 1E 0 47 56 10 B 4B 30
Octal 326 77 36 0 107 126 20 13 113 60
Binary 11010110 111111 11110 0 1000111 1010110 10000 1011 1001011 110000

Color Harmonies of #D63F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F1E

Black with #D63F1E

Text Example


Text Example

White with #D63F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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