Html Css Color HEX #D3481C Harley Davidson Orange

📋 copy color: '#D3481C'

red 211 ◦ green 72 ◦ blue 28

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

Shades of Harley Davidson Orange #D3481C

Tints of Harley Davidson Orange #D3481C

RGB

 RED value IS 211 (82.81% from 255) = 67.85%

 GREEN value IS 72 (28.52% from 255) = 23.15%

 BLUE value IS 28 (11.33% from 255) = 9%

R = 67.85%
G = 23.15%
B = 9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3481C (or 0xD3481C) is known color: Harley Davidson Orange. HEX triplet: D3, 48 and 1C. RGB value is (211,72,28). Sum of RGB (Red+Green+Blue) = 211+72+28=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D3481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3481C is #2CB7E3. Grayscale: #6C6C6C. Windows color (decimal): -2930660 or 1853651. OLE color: 1853651.

HSL color Cylindrical-coordinate representation of color #D3481C: hue angle of 14.43º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3481C is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 72 28 -
CMYK 0 0.66 0.87 0.17
HSL 14.43º 0.77% 0.47% -
HSV(B) 14.43º 0.87% 0.83% -
XYZ 29.39 18.57 3.13 -
YUV 108.55 82.55 201.08 -
System Red Green Blue C M Y K H S L
Decimal 211 72 28 0 0.66 0.87 0.17 14.43 0.77 0.47
Hex D3 48 1C 0 42 57 11 E 4D 2F
Octal 323 110 34 0 102 127 21 16 115 57
Binary 11010011 1001000 11100 0 1000010 1010111 10001 1110 1001101 101111

Color Harmonies of #D3481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3481C

Black with #D3481C

Text Example


Text Example

White with #D3481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3481C; }

 p { color: rgb(211,72,28); }

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

background-color css

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

 a { background-color: rgb(211,72,28); }

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

border-color css

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

 span { border-color: rgb(211,72,28); }

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