Html Css Color HEX #DA441B Harley Davidson Orange

📋 copy color: '#DA441B'

red 218 ◦ green 68 ◦ blue 27

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

Shades of Harley Davidson Orange #DA441B

Tints of Harley Davidson Orange #DA441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 69.65%
G = 21.73%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA441B (or 0xDA441B) is known color: Harley Davidson Orange. HEX triplet: DA, 44 and 1B. RGB value is (218,68,27). Sum of RGB (Red+Green+Blue) = 218+68+27=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA441B is #25BBE4. Grayscale: #6C6C6C. Windows color (decimal): -2472933 or 1787098. OLE color: 1787098.

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

Color convert

RGB 218 68 27 -
CMYK 0 0.69 0.88 0.15
HSL 12.88º 0.78% 0.48% -
HSV(B) 12.88º 0.88% 0.85% -
XYZ 31.18 19.12 3.08 -
YUV 108.18 82.2 206.33 -
System Red Green Blue C M Y K H S L
Decimal 218 68 27 0 0.69 0.88 0.15 12.88 0.78 0.48
Hex DA 44 1B 0 45 58 F D 4E 30
Octal 332 104 33 0 105 130 17 15 116 60
Binary 11011010 1000100 11011 0 1000101 1011000 1111 1101 1001110 110000

Color Harmonies of #DA441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA441B

Black with #DA441B

Text Example


Text Example

White with #DA441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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