Html Css Color HEX #D6441A Harley Davidson Orange

📋 copy color: '#D6441A'

red 214 ◦ green 68 ◦ blue 26

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

Shades of Harley Davidson Orange #D6441A

Tints of Harley Davidson Orange #D6441A

RGB

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

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

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

R = 69.48%
G = 22.08%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6441A (or 0xD6441A) is known color: Harley Davidson Orange. HEX triplet: D6, 44 and 1A. RGB value is (214,68,26). Sum of RGB (Red+Green+Blue) = 214+68+26=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6441A is #29BBE5. Grayscale: #6B6B6B. Windows color (decimal): -2735078 or 1721558. OLE color: 1721558.

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

Color convert

RGB 214 68 26 -
CMYK 0 0.68 0.88 0.16
HSL 13.4º 0.78% 0.47% -
HSV(B) 13.4º 0.88% 0.84% -
XYZ 29.99 18.5 2.97 -
YUV 106.87 82.37 204.42 -
System Red Green Blue C M Y K H S L
Decimal 214 68 26 0 0.68 0.88 0.16 13.4 0.78 0.47
Hex D6 44 1A 0 44 58 10 D 4E 2F
Octal 326 104 32 0 104 130 20 15 116 57
Binary 11010110 1000100 11010 0 1000100 1011000 10000 1101 1001110 101111

Color Harmonies of #D6441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6441A

Black with #D6441A

Text Example


Text Example

White with #D6441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6441A; }

 p { color: rgb(214,68,26); }

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

background-color css

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

 a { background-color: rgb(214,68,26); }

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

border-color css

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

 span { border-color: rgb(214,68,26); }

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