Html Css Color HEX #D63B1A Harley Davidson Orange

📋 copy color: '#D63B1A'

red 214 ◦ green 59 ◦ blue 26

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

Shades of Harley Davidson Orange #D63B1A

Tints of Harley Davidson Orange #D63B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

 BLUE value IS 26 (10.55% from 255) = 8.7%

R = 71.57%
G = 19.73%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D63B1A (or 0xD63B1A) is known color: Harley Davidson Orange. HEX triplet: D6, 3B and 1A. RGB value is (214,59,26). Sum of RGB (Red+Green+Blue) = 214+59+26=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63B1A is #29C4E5. Grayscale: #656565. Windows color (decimal): -2737382 or 1719254. OLE color: 1719254.

HSL color Cylindrical-coordinate representation of color #D63B1A: hue angle of 10.53º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D63B1A is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 59 26 -
CMYK 0 0.72 0.88 0.16
HSL 10.53º 0.78% 0.47% -
HSV(B) 10.53º 0.88% 0.84% -
XYZ 29.48 17.5 2.8 -
YUV 101.58 85.35 208.18 -
System Red Green Blue C M Y K H S L
Decimal 214 59 26 0 0.72 0.88 0.16 10.53 0.78 0.47
Hex D6 3B 1A 0 48 58 10 B 4E 2F
Octal 326 73 32 0 110 130 20 13 116 57
Binary 11010110 111011 11010 0 1001000 1011000 10000 1011 1001110 101111

Color Harmonies of #D63B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63B1A

Black with #D63B1A

Text Example


Text Example

White with #D63B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63B1A; }

 p { color: rgb(214,59,26); }

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

background-color css

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

 a { background-color: rgb(214,59,26); }

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

border-color css

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

 span { border-color: rgb(214,59,26); }

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