Html Css Color HEX #D63F12 Harley Davidson Orange

📋 copy color: '#D63F12'

red 214 ◦ green 63 ◦ blue 18

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

Shades of Harley Davidson Orange #D63F12

Tints of Harley Davidson Orange #D63F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 72.54%
G = 21.36%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D63F12 (or 0xD63F12) is known color: Harley Davidson Orange. HEX triplet: D6, 3F and 12. RGB value is (214,63,18). Sum of RGB (Red+Green+Blue) = 214+63+18=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63F12 is #29C0ED. Grayscale: #676767. Windows color (decimal): -2736366 or 1195990. OLE color: 1195990.

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

Color convert

RGB 214 63 18 -
CMYK 0 0.71 0.92 0.16
HSL 13.78º 0.84% 0.45% -
HSV(B) 13.78º 0.92% 0.84% -
XYZ 29.62 17.89 2.47 -
YUV 103.02 80.03 207.16 -
System Red Green Blue C M Y K H S L
Decimal 214 63 18 0 0.71 0.92 0.16 13.78 0.84 0.45
Hex D6 3F 12 0 47 5C 10 E 54 2D
Octal 326 77 22 0 107 134 20 16 124 55
Binary 11010110 111111 10010 0 1000111 1011100 10000 1110 1010100 101101

Color Harmonies of #D63F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F12

Black with #D63F12

Text Example


Text Example

White with #D63F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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