Html Css Color HEX #D83C1A Harley Davidson Orange

📋 copy color: '#D83C1A'

red 216 ◦ green 60 ◦ blue 26

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

Shades of Harley Davidson Orange #D83C1A

Tints of Harley Davidson Orange #D83C1A

RGB

 RED value IS 216 (84.77% from 255) = 71.52%

 GREEN value IS 60 (23.83% from 255) = 19.87%

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

R = 71.52%
G = 19.87%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D83C1A (or 0xD83C1A) is known color: Harley Davidson Orange. HEX triplet: D8, 3C and 1A. RGB value is (216,60,26). Sum of RGB (Red+Green+Blue) = 216+60+26=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C1A is #27C3E5. Grayscale: #676767. Windows color (decimal): -2606054 or 1719512. OLE color: 1719512.

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

Color convert

RGB 216 60 26 -
CMYK 0 0.72 0.88 0.15
HSL 10.74º 0.79% 0.47% -
HSV(B) 10.74º 0.88% 0.85% -
XYZ 30.12 17.91 2.85 -
YUV 102.77 84.68 208.76 -
System Red Green Blue C M Y K H S L
Decimal 216 60 26 0 0.72 0.88 0.15 10.74 0.79 0.47
Hex D8 3C 1A 0 48 58 F B 4F 2F
Octal 330 74 32 0 110 130 17 13 117 57
Binary 11011000 111100 11010 0 1001000 1011000 1111 1011 1001111 101111

Color Harmonies of #D83C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83C1A

Black with #D83C1A

Text Example


Text Example

White with #D83C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83C1A; }

 p { color: rgb(216,60,26); }

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

background-color css

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

 a { background-color: rgb(216,60,26); }

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

border-color css

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

 span { border-color: rgb(216,60,26); }

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