Html Css Color HEX #DA441E Harley Davidson Orange

📋 copy color: '#DA441E'

red 218 ◦ green 68 ◦ blue 30

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

Shades of Harley Davidson Orange #DA441E

Tints of Harley Davidson Orange #DA441E

RGB

 RED value IS 218 (85.55% from 255) = 68.99%

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

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

R = 68.99%
G = 21.52%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA441E (or 0xDA441E) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 1E. RGB value is (218,68,30). Sum of RGB (Red+Green+Blue) = 218+68+30=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA441E is #25BBE1. Grayscale: #6C6C6C. Windows color (decimal): -2472930 or 1983706. OLE color: 1983706.

HSL color Cylindrical-coordinate representation of color #DA441E: hue angle of 12.13º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA441E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 30 -
CMYK 0 0.69 0.86 0.15
HSL 12.13º 0.76% 0.49% -
HSV(B) 12.13º 0.86% 0.85% -
XYZ 31.21 19.13 3.28 -
YUV 108.52 83.7 206.09 -
System Red Green Blue C M Y K H S L
Decimal 218 68 30 0 0.69 0.86 0.15 12.13 0.76 0.49
Hex DA 44 1E 0 45 56 F C 4C 31
Octal 332 104 36 0 105 126 17 14 114 61
Binary 11011010 1000100 11110 0 1000101 1010110 1111 1100 1001100 110001

Color Harmonies of #DA441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA441E

Black with #DA441E

Text Example


Text Example

White with #DA441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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