Html Css Color HEX #DA2602 Harley Davidson Orange

📋 copy color: '#DA2602'

red 218 ◦ green 38 ◦ blue 2

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

Shades of Harley Davidson Orange #DA2602

Tints of Harley Davidson Orange #DA2602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

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

R = 84.5%
G = 14.73%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA2602 (or 0xDA2602) is known color: Harley Davidson Orange. HEX triplet: DA, 26 and 02. RGB value is (218,38,2). Sum of RGB (Red+Green+Blue) = 218+38+2=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2602 is #25D9FD. Grayscale: #585858. Windows color (decimal): -2480638 or 141018. OLE color: 141018.

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

Color convert

RGB 218 38 2 -
CMYK 0 0.83 0.99 0.15
HSL 10º 0.98% 0.43% -
HSV(B) 10º 0.99% 0.85% -
XYZ 29.62 16.3 1.64 -
YUV 87.72 79.63 220.93 -
System Red Green Blue C M Y K H S L
Decimal 218 38 2 0 0.83 0.99 0.15 10 0.98 0.43
Hex DA 26 2 0 53 63 F A 62 2B
Octal 332 46 2 0 123 143 17 12 142 53
Binary 11011010 100110 10 0 1010011 1100011 1111 1010 1100010 101011

Color Harmonies of #DA2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2602

Black with #DA2602

Text Example


Text Example

White with #DA2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2602; }

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

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

background-color css

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

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

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

border-color css

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

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

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