Html Css Color HEX #DA290C Harley Davidson Orange

📋 copy color: '#DA290C'

red 218 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #DA290C

Tints of Harley Davidson Orange #DA290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.43%

R = 80.44%
G = 15.13%
B = 4.43%

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

#DA290C (or 0xDA290C) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 0C. RGB value is (218,41,12). Sum of RGB (Red+Green+Blue) = 218+41+12=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA290C is #25D6F3. Grayscale: #5A5A5A. Windows color (decimal): -2479860 or 797146. OLE color: 797146.

HSL color Cylindrical-coordinate representation of color #DA290C: hue angle of 8.45º degrees, saturation: 0.9, 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 #DA290C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 12 -
CMYK 0 0.81 0.94 0.15
HSL 8.45º 0.9% 0.45% -
HSV(B) 8.45º 0.94% 0.85% -
XYZ 29.77 16.52 1.97 -
YUV 90.62 83.64 218.86 -
System Red Green Blue C M Y K H S L
Decimal 218 41 12 0 0.81 0.94 0.15 8.45 0.9 0.45
Hex DA 29 C 0 51 5E F 8 5A 2D
Octal 332 51 14 0 121 136 17 10 132 55
Binary 11011010 101001 1100 0 1010001 1011110 1111 1000 1011010 101101

Color Harmonies of #DA290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA290C

Black with #DA290C

Text Example


Text Example

White with #DA290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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