Html Css Color HEX #DA210F Harley Davidson Orange

📋 copy color: '#DA210F'

red 218 ◦ green 33 ◦ blue 15

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

Shades of Harley Davidson Orange #DA210F

Tints of Harley Davidson Orange #DA210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 81.95%
G = 12.41%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA210F (or 0xDA210F) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 0F. RGB value is (218,33,15). Sum of RGB (Red+Green+Blue) = 218+33+15=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA210F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA210F is #25DEF0. Grayscale: #565656. Windows color (decimal): -2481905 or 991706. OLE color: 991706.

HSL color Cylindrical-coordinate representation of color #DA210F: hue angle of 5.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA210F is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 15 -
CMYK 0 0.85 0.93 0.15
HSL 5.32º 0.87% 0.46% -
HSV(B) 5.32º 0.93% 0.85% -
XYZ 29.54 16.03 1.99 -
YUV 86.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 218 33 15 0 0.85 0.93 0.15 5.32 0.87 0.46
Hex DA 21 F 0 55 5D F 5 57 2E
Octal 332 41 17 0 125 135 17 5 127 56
Binary 11011010 100001 1111 0 1010101 1011101 1111 101 1010111 101110

Color Harmonies of #DA210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA210F

Black with #DA210F

Text Example


Text Example

White with #DA210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA210F; }

 p { color: rgb(218,33,15); }

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

background-color css

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

 a { background-color: rgb(218,33,15); }

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

border-color css

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

 span { border-color: rgb(218,33,15); }

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