Html Css Color HEX #D63D12 Harley Davidson Orange

📋 copy color: '#D63D12'

red 214 ◦ green 61 ◦ blue 18

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

Shades of Harley Davidson Orange #D63D12

Tints of Harley Davidson Orange #D63D12

RGB

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

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

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

R = 73.04%
G = 20.82%
B = 6.14%

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

#D63D12 (or 0xD63D12) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 12. RGB value is (214,61,18). Sum of RGB (Red+Green+Blue) = 214+61+18=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63D12 is #29C2ED. Grayscale: #666666. Windows color (decimal): -2736878 or 1195478. OLE color: 1195478.

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

Color convert

RGB 214 61 18 -
CMYK 0 0.71 0.92 0.16
HSL 13.16º 0.84% 0.45% -
HSV(B) 13.16º 0.92% 0.84% -
XYZ 29.51 17.68 2.43 -
YUV 101.85 80.69 208 -
System Red Green Blue C M Y K H S L
Decimal 214 61 18 0 0.71 0.92 0.16 13.16 0.84 0.45
Hex D6 3D 12 0 47 5C 10 D 54 2D
Octal 326 75 22 0 107 134 20 15 124 55
Binary 11010110 111101 10010 0 1000111 1011100 10000 1101 1010100 101101

Color Harmonies of #D63D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D12

Black with #D63D12

Text Example


Text Example

White with #D63D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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