Html Css Color HEX #DA200A Harley Davidson Orange

📋 copy color: '#DA200A'

red 218 ◦ green 32 ◦ blue 10

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

Shades of Harley Davidson Orange #DA200A

Tints of Harley Davidson Orange #DA200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 83.85%
G = 12.31%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA200A (or 0xDA200A) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 0A. RGB value is (218,32,10). Sum of RGB (Red+Green+Blue) = 218+32+10=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA200A is #25DFF5. Grayscale: #555555. Windows color (decimal): -2482166 or 663770. OLE color: 663770.

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

Color convert

RGB 218 32 10 -
CMYK 0 0.85 0.95 0.15
HSL 6.35º 0.91% 0.45% -
HSV(B) 6.35º 0.95% 0.85% -
XYZ 29.48 15.96 1.81 -
YUV 85.11 85.62 222.79 -
System Red Green Blue C M Y K H S L
Decimal 218 32 10 0 0.85 0.95 0.15 6.35 0.91 0.45
Hex DA 20 A 0 55 5F F 6 5B 2D
Octal 332 40 12 0 125 137 17 6 133 55
Binary 11011010 100000 1010 0 1010101 1011111 1111 110 1011011 101101

Color Harmonies of #DA200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA200A

Black with #DA200A

Text Example


Text Example

White with #DA200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA200A; }

 p { color: rgb(218,32,10); }

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

background-color css

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

 a { background-color: rgb(218,32,10); }

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

border-color css

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

 span { border-color: rgb(218,32,10); }

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