Html Css Color HEX #D13C08 Harley Davidson Orange

📋 copy color: '#D13C08'

red 209 ◦ green 60 ◦ blue 8

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

Shades of Harley Davidson Orange #D13C08

Tints of Harley Davidson Orange #D13C08

RGB

 RED value IS 209 (82.03% from 255) = 75.45%

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

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 75.45%
G = 21.66%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D13C08 (or 0xD13C08) is known color: Harley Davidson Orange. HEX triplet: D1, 3C and 08. RGB value is (209,60,8). Sum of RGB (Red+Green+Blue) = 209+60+8=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13C08 is #2EC3F7. Grayscale: #626262. Windows color (decimal): -3064824 or 539857. OLE color: 539857.

HSL color Cylindrical-coordinate representation of color #D13C08: hue angle of 15.52º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D13C08 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 60 8 -
CMYK 0 0.71 0.96 0.18
HSL 15.52º 0.93% 0.43% -
HSV(B) 15.52º 0.96% 0.82% -
XYZ 27.95 16.8 2 -
YUV 98.62 76.86 206.73 -
System Red Green Blue C M Y K H S L
Decimal 209 60 8 0 0.71 0.96 0.18 15.52 0.93 0.43
Hex D1 3C 8 0 47 60 12 10 5D 2B
Octal 321 74 10 0 107 140 22 20 135 53
Binary 11010001 111100 1000 0 1000111 1100000 10010 10000 1011101 101011

Color Harmonies of #D13C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C08

Black with #D13C08

Text Example


Text Example

White with #D13C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C08; }

 p { color: rgb(209,60,8); }

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

background-color css

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

 a { background-color: rgb(209,60,8); }

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

border-color css

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

 span { border-color: rgb(209,60,8); }

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