Html Css Color HEX #DA210C Harley Davidson Orange

📋 copy color: '#DA210C'

red 218 ◦ green 33 ◦ blue 12

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

Shades of Harley Davidson Orange #DA210C

Tints of Harley Davidson Orange #DA210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.56%

R = 82.89%
G = 12.55%
B = 4.56%

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

#DA210C (or 0xDA210C) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 0C. RGB value is (218,33,12). Sum of RGB (Red+Green+Blue) = 218+33+12=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA210C is #25DEF3. Grayscale: #565656. Windows color (decimal): -2481908 or 795098. OLE color: 795098.

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

Color convert

RGB 218 33 12 -
CMYK 0 0.85 0.94 0.15
HSL 6.12º 0.9% 0.45% -
HSV(B) 6.12º 0.94% 0.85% -
XYZ 29.52 16.02 1.88 -
YUV 85.92 86.29 222.21 -
System Red Green Blue C M Y K H S L
Decimal 218 33 12 0 0.85 0.94 0.15 6.12 0.9 0.45
Hex DA 21 C 0 55 5E F 6 5A 2D
Octal 332 41 14 0 125 136 17 6 132 55
Binary 11011010 100001 1100 0 1010101 1011110 1111 110 1011010 101101

Color Harmonies of #DA210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA210C

Black with #DA210C

Text Example


Text Example

White with #DA210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA210C; }

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

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

background-color css

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

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

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

border-color css

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

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

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