Html Css Color HEX #D24003 Harley Davidson Orange

📋 copy color: '#D24003'

red 210 ◦ green 64 ◦ blue 3

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

Shades of Harley Davidson Orange #D24003

Tints of Harley Davidson Orange #D24003

RGB

 RED value IS 210 (82.42% from 255) = 75.81%

 GREEN value IS 64 (25.39% from 255) = 23.1%

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

R = 75.81%
G = 23.1%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D24003 (or 0xD24003) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 03. RGB value is (210,64,3). Sum of RGB (Red+Green+Blue) = 210+64+3=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D24003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24003 is #2DBFFC. Grayscale: #656565. Windows color (decimal): -2998269 or 213202. OLE color: 213202.

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

Color convert

RGB 210 64 3 -
CMYK 0 0.70 0.99 0.18
HSL 17.68º 0.97% 0.42% -
HSV(B) 17.68º 0.99% 0.82% -
XYZ 28.43 17.38 1.94 -
YUV 100.7 72.87 205.96 -
System Red Green Blue C M Y K H S L
Decimal 210 64 3 0 0.70 0.99 0.18 17.68 0.97 0.42
Hex D2 40 3 0 46 63 12 12 61 2A
Octal 322 100 3 0 106 143 22 22 141 52
Binary 11010010 1000000 11 0 1000110 1100011 10010 10010 1100001 101010

Color Harmonies of #D24003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24003

Black with #D24003

Text Example


Text Example

White with #D24003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24003; }

 p { color: rgb(210,64,3); }

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

background-color css

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

 a { background-color: rgb(210,64,3); }

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

border-color css

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

 span { border-color: rgb(210,64,3); }

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