Html Css Color HEX #DA290B Harley Davidson Orange

📋 copy color: '#DA290B'

red 218 ◦ green 41 ◦ blue 11

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

Shades of Harley Davidson Orange #DA290B

Tints of Harley Davidson Orange #DA290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.07%

R = 80.74%
G = 15.19%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA290B (or 0xDA290B) is known color: Harley Davidson Orange. HEX triplet: DA, 29 and 0B. RGB value is (218,41,11). Sum of RGB (Red+Green+Blue) = 218+41+11=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA290B is #25D6F4. Grayscale: #5A5A5A. Windows color (decimal): -2479861 or 731610. OLE color: 731610.

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

Color convert

RGB 218 41 11 -
CMYK 0 0.81 0.95 0.15
HSL 8.7º 0.9% 0.45% -
HSV(B) 8.7º 0.95% 0.85% -
XYZ 29.77 16.52 1.94 -
YUV 90.5 83.14 218.94 -
System Red Green Blue C M Y K H S L
Decimal 218 41 11 0 0.81 0.95 0.15 8.7 0.9 0.45
Hex DA 29 B 0 51 5F F 9 5A 2D
Octal 332 51 13 0 121 137 17 11 132 55
Binary 11011010 101001 1011 0 1010001 1011111 1111 1001 1011010 101101

Color Harmonies of #DA290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA290B

Black with #DA290B

Text Example


Text Example

White with #DA290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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