Html Css Color HEX #D42602 Harley Davidson Orange

📋 copy color: '#D42602'

red 212 ◦ green 38 ◦ blue 2

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

Shades of Harley Davidson Orange #D42602

Tints of Harley Davidson Orange #D42602

RGB

 RED value IS 212 (83.2% from 255) = 84.13%

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

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

R = 84.13%
G = 15.08%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D42602 (or 0xD42602) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 02. RGB value is (212,38,2). Sum of RGB (Red+Green+Blue) = 212+38+2=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D42602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42602 is #2BD9FD. Grayscale: #565656. Windows color (decimal): -2873854 or 141012. OLE color: 141012.

HSL color Cylindrical-coordinate representation of color #D42602: hue angle of 10.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D42602 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 38 2 -
CMYK 0 0.82 0.99 0.17
HSL 10.29º 0.98% 0.42% -
HSV(B) 10.29º 0.99% 0.83% -
XYZ 27.86 15.39 1.56 -
YUV 85.92 80.65 217.93 -
System Red Green Blue C M Y K H S L
Decimal 212 38 2 0 0.82 0.99 0.17 10.29 0.98 0.42
Hex D4 26 2 0 52 63 11 A 62 2A
Octal 324 46 2 0 122 143 21 12 142 52
Binary 11010100 100110 10 0 1010010 1100011 10001 1010 1100010 101010

Color Harmonies of #D42602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42602

Black with #D42602

Text Example


Text Example

White with #D42602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42602; }

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

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

background-color css

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

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

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

border-color css

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

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

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