Html Css Color HEX #DA2003 Harley Davidson Orange

📋 copy color: '#DA2003'

red 218 ◦ green 32 ◦ blue 3

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

Shades of Harley Davidson Orange #DA2003

Tints of Harley Davidson Orange #DA2003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 86.17%
G = 12.65%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA2003 (or 0xDA2003) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 03. RGB value is (218,32,3). Sum of RGB (Red+Green+Blue) = 218+32+3=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2003 is #25DFFC. Grayscale: #545454. Windows color (decimal): -2482173 or 205018. OLE color: 205018.

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

Color convert

RGB 218 32 3 -
CMYK 0 0.85 0.99 0.15
HSL 8.09º 0.97% 0.43% -
HSV(B) 8.09º 0.99% 0.85% -
XYZ 29.45 15.95 1.61 -
YUV 84.31 82.12 223.36 -
System Red Green Blue C M Y K H S L
Decimal 218 32 3 0 0.85 0.99 0.15 8.09 0.97 0.43
Hex DA 20 3 0 55 63 F 8 61 2B
Octal 332 40 3 0 125 143 17 10 141 53
Binary 11011010 100000 11 0 1010101 1100011 1111 1000 1100001 101011

Color Harmonies of #DA2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2003

Black with #DA2003

Text Example


Text Example

White with #DA2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2003; }

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

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

background-color css

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

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

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

border-color css

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

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

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