Html Css Color HEX #D44003 Harley Davidson Orange

📋 copy color: '#D44003'

red 212 ◦ green 64 ◦ blue 3

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

Shades of Harley Davidson Orange #D44003

Tints of Harley Davidson Orange #D44003

RGB

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

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

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

R = 75.99%
G = 22.94%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D44003 (or 0xD44003) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 03. RGB value is (212,64,3). Sum of RGB (Red+Green+Blue) = 212+64+3=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D44003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44003 is #2BBFFC. Grayscale: #656565. Windows color (decimal): -2867197 or 213204. OLE color: 213204.

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

Color convert

RGB 212 64 3 -
CMYK 0 0.70 0.99 0.17
HSL 17.51º 0.97% 0.42% -
HSV(B) 17.51º 0.99% 0.83% -
XYZ 29 17.67 1.97 -
YUV 101.3 72.53 206.96 -
System Red Green Blue C M Y K H S L
Decimal 212 64 3 0 0.70 0.99 0.17 17.51 0.97 0.42
Hex D4 40 3 0 46 63 11 12 61 2A
Octal 324 100 3 0 106 143 21 22 141 52
Binary 11010100 1000000 11 0 1000110 1100011 10001 10010 1100001 101010

Color Harmonies of #D44003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44003

Black with #D44003

Text Example


Text Example

White with #D44003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44003; }

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

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

background-color css

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

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

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

border-color css

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

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

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