Html Css Color HEX #D63316 Harley Davidson Orange

📋 copy color: '#D63316'

red 214 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #D63316

Tints of Harley Davidson Orange #D63316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

 BLUE value IS 22 (8.98% from 255) = 7.67%

R = 74.56%
G = 17.77%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D63316 (or 0xD63316) is known color: Harley Davidson Orange. HEX triplet: D6, 33 and 16. RGB value is (214,51,22). Sum of RGB (Red+Green+Blue) = 214+51+22=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D63316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63316 is #29CCE9. Grayscale: #606060. Windows color (decimal): -2739434 or 1455062. OLE color: 1455062.

HSL color Cylindrical-coordinate representation of color #D63316: hue angle of 9.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D63316 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 22 -
CMYK 0 0.76 0.90 0.16
HSL 9.06º 0.81% 0.46% -
HSV(B) 9.06º 0.9% 0.84% -
XYZ 29.06 16.72 2.46 -
YUV 96.43 86 211.86 -
System Red Green Blue C M Y K H S L
Decimal 214 51 22 0 0.76 0.90 0.16 9.06 0.81 0.46
Hex D6 33 16 0 4C 5A 10 9 51 2E
Octal 326 63 26 0 114 132 20 11 121 56
Binary 11010110 110011 10110 0 1001100 1011010 10000 1001 1010001 101110

Color Harmonies of #D63316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63316

Black with #D63316

Text Example


Text Example

White with #D63316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63316; }

 p { color: rgb(214,51,22); }

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

background-color css

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

 a { background-color: rgb(214,51,22); }

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

border-color css

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

 span { border-color: rgb(214,51,22); }

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