Html Css Color HEX #D63612 Harley Davidson Orange

📋 copy color: '#D63612'

red 214 ◦ green 54 ◦ blue 18

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

Shades of Harley Davidson Orange #D63612

Tints of Harley Davidson Orange #D63612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

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

R = 74.83%
G = 18.88%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D63612 (or 0xD63612) is known color: Harley Davidson Orange. HEX triplet: D6, 36 and 12. RGB value is (214,54,18). Sum of RGB (Red+Green+Blue) = 214+54+18=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D63612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63612 is #29C9ED. Grayscale: #626262. Windows color (decimal): -2738670 or 1193686. OLE color: 1193686.

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

Color convert

RGB 214 54 18 -
CMYK 0 0.75 0.92 0.16
HSL 11.02º 0.84% 0.45% -
HSV(B) 11.02º 0.92% 0.84% -
XYZ 29.16 16.98 2.31 -
YUV 97.74 83.01 210.93 -
System Red Green Blue C M Y K H S L
Decimal 214 54 18 0 0.75 0.92 0.16 11.02 0.84 0.45
Hex D6 36 12 0 4B 5C 10 B 54 2D
Octal 326 66 22 0 113 134 20 13 124 55
Binary 11010110 110110 10010 0 1001011 1011100 10000 1011 1010100 101101

Color Harmonies of #D63612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63612

Black with #D63612

Text Example


Text Example

White with #D63612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63612; }

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

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

background-color css

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

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

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

border-color css

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

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

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