Html Css Color HEX #DA331E Harley Davidson Orange

📋 copy color: '#DA331E'

red 218 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #DA331E

Tints of Harley Davidson Orange #DA331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

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

R = 72.91%
G = 17.06%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA331E (or 0xDA331E) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 1E. RGB value is (218,51,30). Sum of RGB (Red+Green+Blue) = 218+51+30=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA331E is #25CCE1. Grayscale: #626262. Windows color (decimal): -2477282 or 1979354. OLE color: 1979354.

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

Color convert

RGB 218 51 30 -
CMYK 0 0.77 0.86 0.15
HSL 6.7º 0.76% 0.49% -
HSV(B) 6.7º 0.86% 0.85% -
XYZ 30.33 17.37 2.98 -
YUV 98.54 89.33 213.21 -
System Red Green Blue C M Y K H S L
Decimal 218 51 30 0 0.77 0.86 0.15 6.7 0.76 0.49
Hex DA 33 1E 0 4D 56 F 7 4C 31
Octal 332 63 36 0 115 126 17 7 114 61
Binary 11011010 110011 11110 0 1001101 1010110 1111 111 1001100 110001

Color Harmonies of #DA331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA331E

Black with #DA331E

Text Example


Text Example

White with #DA331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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