Html Css Color HEX #D4300D Harley Davidson Orange

📋 copy color: '#D4300D'

red 212 ◦ green 48 ◦ blue 13

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

Shades of Harley Davidson Orange #D4300D

Tints of Harley Davidson Orange #D4300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 77.66%
G = 17.58%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4300D (or 0xD4300D) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 0D. RGB value is (212,48,13). Sum of RGB (Red+Green+Blue) = 212+48+13=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4300D is #2BCFF2. Grayscale: #5D5D5D. Windows color (decimal): -2871283 or 864468. OLE color: 864468.

HSL color Cylindrical-coordinate representation of color #D4300D: hue angle of 10.55º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4300D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 13 -
CMYK 0 0.77 0.94 0.17
HSL 10.55º 0.88% 0.44% -
HSV(B) 10.55º 0.94% 0.83% -
XYZ 28.28 16.14 2.01 -
YUV 93.05 82.83 212.85 -
System Red Green Blue C M Y K H S L
Decimal 212 48 13 0 0.77 0.94 0.17 10.55 0.88 0.44
Hex D4 30 D 0 4D 5E 11 B 58 2C
Octal 324 60 15 0 115 136 21 13 130 54
Binary 11010100 110000 1101 0 1001101 1011110 10001 1011 1011000 101100

Color Harmonies of #D4300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4300D

Black with #D4300D

Text Example


Text Example

White with #D4300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4300D; }

 p { color: rgb(212,48,13); }

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

background-color css

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

 a { background-color: rgb(212,48,13); }

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

border-color css

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

 span { border-color: rgb(212,48,13); }

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