Html Css Color HEX #DA290D Harley Davidson Orange

📋 copy color: '#DA290D'

red 218 ◦ green 41 ◦ blue 13

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

Shades of Harley Davidson Orange #DA290D

Tints of Harley Davidson Orange #DA290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.07%

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 80.15%
G = 15.07%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA290D (or 0xDA290D) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 0D. RGB value is (218,41,13). Sum of RGB (Red+Green+Blue) = 218+41+13=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA290D is #25D6F2. Grayscale: #5B5B5B. Windows color (decimal): -2479859 or 862682. OLE color: 862682.

HSL color Cylindrical-coordinate representation of color #DA290D: hue angle of 8.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA290D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 13 -
CMYK 0 0.81 0.94 0.15
HSL 8.2º 0.89% 0.45% -
HSV(B) 8.2º 0.94% 0.85% -
XYZ 29.78 16.52 2 -
YUV 90.73 84.14 218.78 -
System Red Green Blue C M Y K H S L
Decimal 218 41 13 0 0.81 0.94 0.15 8.2 0.89 0.45
Hex DA 29 D 0 51 5E F 8 59 2D
Octal 332 51 15 0 121 136 17 10 131 55
Binary 11011010 101001 1101 0 1010001 1011110 1111 1000 1011001 101101

Color Harmonies of #DA290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA290D

Black with #DA290D

Text Example


Text Example

White with #DA290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA290D; }

 p { color: rgb(218,41,13); }

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

background-color css

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

 a { background-color: rgb(218,41,13); }

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

border-color css

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

 span { border-color: rgb(218,41,13); }

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