Html Css Color HEX #D3441D Harley Davidson Orange

📋 copy color: '#D3441D'

red 211 ◦ green 68 ◦ blue 29

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

Shades of Harley Davidson Orange #D3441D

Tints of Harley Davidson Orange #D3441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

 BLUE value IS 29 (11.72% from 255) = 9.42%

R = 68.51%
G = 22.08%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3441D (or 0xD3441D) is known color: Harley Davidson Orange. HEX triplet: D3, 44 and 1D. RGB value is (211,68,29). Sum of RGB (Red+Green+Blue) = 211+68+29=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3441D is #2CBBE2. Grayscale: #6A6A6A. Windows color (decimal): -2931683 or 1918163. OLE color: 1918163.

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

Color convert

RGB 211 68 29 -
CMYK 0 0.68 0.86 0.17
HSL 12.86º 0.76% 0.47% -
HSV(B) 12.86º 0.86% 0.83% -
XYZ 29.15 18.07 3.11 -
YUV 106.31 84.38 202.67 -
System Red Green Blue C M Y K H S L
Decimal 211 68 29 0 0.68 0.86 0.17 12.86 0.76 0.47
Hex D3 44 1D 0 44 56 11 D 4C 2F
Octal 323 104 35 0 104 126 21 15 114 57
Binary 11010011 1000100 11101 0 1000100 1010110 10001 1101 1001100 101111

Color Harmonies of #D3441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3441D

Black with #D3441D

Text Example


Text Example

White with #D3441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3441D; }

 p { color: rgb(211,68,29); }

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

background-color css

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

 a { background-color: rgb(211,68,29); }

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

border-color css

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

 span { border-color: rgb(211,68,29); }

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