Html Css Color HEX #DA210D Harley Davidson Orange

📋 copy color: '#DA210D'

red 218 ◦ green 33 ◦ blue 13

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

Shades of Harley Davidson Orange #DA210D

Tints of Harley Davidson Orange #DA210D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 82.58%
G = 12.5%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA210D (or 0xDA210D) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 0D. RGB value is (218,33,13). Sum of RGB (Red+Green+Blue) = 218+33+13=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA210D is #25DEF2. Grayscale: #565656. Windows color (decimal): -2481907 or 860634. OLE color: 860634.

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

Color convert

RGB 218 33 13 -
CMYK 0 0.85 0.94 0.15
HSL 5.85º 0.89% 0.45% -
HSV(B) 5.85º 0.94% 0.85% -
XYZ 29.53 16.02 1.92 -
YUV 86.04 86.79 222.13 -
System Red Green Blue C M Y K H S L
Decimal 218 33 13 0 0.85 0.94 0.15 5.85 0.89 0.45
Hex DA 21 D 0 55 5E F 6 59 2D
Octal 332 41 15 0 125 136 17 6 131 55
Binary 11011010 100001 1101 0 1010101 1011110 1111 110 1011001 101101

Color Harmonies of #DA210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA210D

Black with #DA210D

Text Example


Text Example

White with #DA210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA210D; }

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

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

background-color css

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

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

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

border-color css

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

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

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