Html Css Color HEX #D42503 Harley Davidson Orange

📋 copy color: '#D42503'

red 212 ◦ green 37 ◦ blue 3

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

Shades of Harley Davidson Orange #D42503

Tints of Harley Davidson Orange #D42503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

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

R = 84.13%
G = 14.68%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D42503 (or 0xD42503) is known color: Harley Davidson Orange. HEX triplet: D4, 25 and 03. RGB value is (212,37,3). Sum of RGB (Red+Green+Blue) = 212+37+3=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D42503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42503 is #2BDAFC. Grayscale: #555555. Windows color (decimal): -2874109 or 206292. OLE color: 206292.

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

Color convert

RGB 212 37 3 -
CMYK 0 0.83 0.99 0.17
HSL 9.76º 0.97% 0.42% -
HSV(B) 9.76º 0.99% 0.83% -
XYZ 27.83 15.33 1.58 -
YUV 85.45 81.48 218.26 -
System Red Green Blue C M Y K H S L
Decimal 212 37 3 0 0.83 0.99 0.17 9.76 0.97 0.42
Hex D4 25 3 0 53 63 11 A 61 2A
Octal 324 45 3 0 123 143 21 12 141 52
Binary 11010100 100101 11 0 1010011 1100011 10001 1010 1100001 101010

Color Harmonies of #D42503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42503

Black with #D42503

Text Example


Text Example

White with #D42503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42503; }

 p { color: rgb(212,37,3); }

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

background-color css

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

 a { background-color: rgb(212,37,3); }

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

border-color css

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

 span { border-color: rgb(212,37,3); }

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