Html Css Color HEX #DA2302 Harley Davidson Orange

📋 copy color: '#DA2302'

red 218 ◦ green 35 ◦ blue 2

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

Shades of Harley Davidson Orange #DA2302

Tints of Harley Davidson Orange #DA2302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 85.49%
G = 13.73%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA2302 (or 0xDA2302) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 02. RGB value is (218,35,2). Sum of RGB (Red+Green+Blue) = 218+35+2=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2302 is #25DCFD. Grayscale: #565656. Windows color (decimal): -2481406 or 140250. OLE color: 140250.

HSL color Cylindrical-coordinate representation of color #DA2302: hue angle of 9.17º degrees, saturation: 0.98, 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 #DA2302 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 2 -
CMYK 0 0.84 0.99 0.15
HSL 9.17º 0.98% 0.43% -
HSV(B) 9.17º 0.99% 0.85% -
XYZ 29.53 16.11 1.61 -
YUV 85.96 80.63 222.18 -
System Red Green Blue C M Y K H S L
Decimal 218 35 2 0 0.84 0.99 0.15 9.17 0.98 0.43
Hex DA 23 2 0 54 63 F 9 62 2B
Octal 332 43 2 0 124 143 17 11 142 53
Binary 11011010 100011 10 0 1010100 1100011 1111 1001 1100010 101011

Color Harmonies of #DA2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2302

Black with #DA2302

Text Example


Text Example

White with #DA2302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2302; }

 p { color: rgb(218,35,2); }

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

background-color css

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

 a { background-color: rgb(218,35,2); }

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

border-color css

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

 span { border-color: rgb(218,35,2); }

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