Html Css Color HEX #D5441E Harley Davidson Orange

📋 copy color: '#D5441E'

red 213 ◦ green 68 ◦ blue 30

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

Shades of Harley Davidson Orange #D5441E

Tints of Harley Davidson Orange #D5441E

RGB

 RED value IS 213 (83.59% from 255) = 68.49%

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

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

R = 68.49%
G = 21.86%
B = 9.65%

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

#D5441E (or 0xD5441E) is known color: Harley Davidson Orange. HEX triplet: D5, 44 and 1E. RGB value is (213,68,30). Sum of RGB (Red+Green+Blue) = 213+68+30=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5441E is #2ABBE1. Grayscale: #6B6B6B. Windows color (decimal): -2800610 or 1983701. OLE color: 1983701.

HSL color Cylindrical-coordinate representation of color #D5441E: hue angle of 12.46º 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 #D5441E is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 30 -
CMYK 0 0.68 0.86 0.16
HSL 12.46º 0.75% 0.48% -
HSV(B) 12.46º 0.86% 0.84% -
XYZ 29.74 18.37 3.21 -
YUV 107.02 84.54 203.59 -
System Red Green Blue C M Y K H S L
Decimal 213 68 30 0 0.68 0.86 0.16 12.46 0.75 0.48
Hex D5 44 1E 0 44 56 10 C 4B 30
Octal 325 104 36 0 104 126 20 14 113 60
Binary 11010101 1000100 11110 0 1000100 1010110 10000 1100 1001011 110000

Color Harmonies of #D5441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5441E

Black with #D5441E

Text Example


Text Example

White with #D5441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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