Html Css Color HEX #D63A1B Harley Davidson Orange

📋 copy color: '#D63A1B'

red 214 ◦ green 58 ◦ blue 27

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

Shades of Harley Davidson Orange #D63A1B

Tints of Harley Davidson Orange #D63A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.4%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 71.57%
G = 19.4%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D63A1B (or 0xD63A1B) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 1B. RGB value is (214,58,27). Sum of RGB (Red+Green+Blue) = 214+58+27=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A1B is #29C5E4. Grayscale: #656565. Windows color (decimal): -2737637 or 1784534. OLE color: 1784534.

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

Color convert

RGB 214 58 27 -
CMYK 0 0.73 0.87 0.16
HSL 9.95º 0.78% 0.47% -
HSV(B) 9.95º 0.87% 0.84% -
XYZ 29.44 17.4 2.84 -
YUV 101.11 86.18 208.52 -
System Red Green Blue C M Y K H S L
Decimal 214 58 27 0 0.73 0.87 0.16 9.95 0.78 0.47
Hex D6 3A 1B 0 49 57 10 A 4E 2F
Octal 326 72 33 0 111 127 20 12 116 57
Binary 11010110 111010 11011 0 1001001 1010111 10000 1010 1001110 101111

Color Harmonies of #D63A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A1B

Black with #D63A1B

Text Example


Text Example

White with #D63A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A1B; }

 p { color: rgb(214,58,27); }

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

background-color css

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

 a { background-color: rgb(214,58,27); }

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

border-color css

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

 span { border-color: rgb(214,58,27); }

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