Html Css Color HEX #DA170B Harley Davidson Orange

📋 copy color: '#DA170B'

red 218 ◦ green 23 ◦ blue 11

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

Shades of Harley Davidson Orange #DA170B

Tints of Harley Davidson Orange #DA170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

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

R = 86.51%
G = 9.13%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA170B (or 0xDA170B) is known color: Harley Davidson Orange. HEX triplet: DA, 17 and 0B. RGB value is (218,23,11). Sum of RGB (Red+Green+Blue) = 218+23+11=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA170B is #25E8F4. Grayscale: #505050. Windows color (decimal): -2484469 or 727002. OLE color: 727002.

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

Color convert

RGB 218 23 11 -
CMYK 0 0.89 0.95 0.15
HSL 3.48º 0.9% 0.45% -
HSV(B) 3.48º 0.95% 0.85% -
XYZ 29.28 15.54 1.77 -
YUV 79.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 218 23 11 0 0.89 0.95 0.15 3.48 0.9 0.45
Hex DA 17 B 0 59 5F F 3 5A 2D
Octal 332 27 13 0 131 137 17 3 132 55
Binary 11011010 10111 1011 0 1011001 1011111 1111 11 1011010 101101

Color Harmonies of #DA170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA170B

Black with #DA170B

Text Example


Text Example

White with #DA170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA170B; }

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

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

background-color css

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

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

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

border-color css

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

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

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