Html Css Color HEX #D6441E Harley Davidson Orange

📋 copy color: '#D6441E'

red 214 ◦ green 68 ◦ blue 30

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

Shades of Harley Davidson Orange #D6441E

Tints of Harley Davidson Orange #D6441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 68.59%
G = 21.79%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6441E (or 0xD6441E) is known color: Harley Davidson Orange. HEX triplet: D6, 44 and 1E. RGB value is (214,68,30). Sum of RGB (Red+Green+Blue) = 214+68+30=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6441E is #29BBE1. Grayscale: #6B6B6B. Windows color (decimal): -2735074 or 1983702. OLE color: 1983702.

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

Color convert

RGB 214 68 30 -
CMYK 0 0.68 0.86 0.16
HSL 12.39º 0.75% 0.48% -
HSV(B) 12.39º 0.86% 0.84% -
XYZ 30.03 18.52 3.22 -
YUV 107.32 84.37 204.09 -
System Red Green Blue C M Y K H S L
Decimal 214 68 30 0 0.68 0.86 0.16 12.39 0.75 0.48
Hex D6 44 1E 0 44 56 10 C 4B 30
Octal 326 104 36 0 104 126 20 14 113 60
Binary 11010110 1000100 11110 0 1000100 1010110 10000 1100 1001011 110000

Color Harmonies of #D6441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6441E

Black with #D6441E

Text Example


Text Example

White with #D6441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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