Html Css Color HEX #DA1D0B Harley Davidson Orange

📋 copy color: '#DA1D0B'

red 218 ◦ green 29 ◦ blue 11

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

Shades of Harley Davidson Orange #DA1D0B

Tints of Harley Davidson Orange #DA1D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

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

R = 84.5%
G = 11.24%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA1D0B (or 0xDA1D0B) is known color: Harley Davidson Orange. HEX triplet: DA, 1D and 0B. RGB value is (218,29,11). Sum of RGB (Red+Green+Blue) = 218+29+11=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1D0B is #25E2F4. Grayscale: #535353. Windows color (decimal): -2482933 or 728538. OLE color: 728538.

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

Color convert

RGB 218 29 11 -
CMYK 0 0.87 0.95 0.15
HSL 5.22º 0.9% 0.45% -
HSV(B) 5.22º 0.95% 0.85% -
XYZ 29.41 15.81 1.82 -
YUV 83.46 87.12 223.96 -
System Red Green Blue C M Y K H S L
Decimal 218 29 11 0 0.87 0.95 0.15 5.22 0.9 0.45
Hex DA 1D B 0 57 5F F 5 5A 2D
Octal 332 35 13 0 127 137 17 5 132 55
Binary 11011010 11101 1011 0 1010111 1011111 1111 101 1011010 101101

Color Harmonies of #DA1D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1D0B

Black with #DA1D0B

Text Example


Text Example

White with #DA1D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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