Html Css Color HEX #D4350D Harley Davidson Orange

📋 copy color: '#D4350D'

red 212 ◦ green 53 ◦ blue 13

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

Shades of Harley Davidson Orange #D4350D

Tints of Harley Davidson Orange #D4350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

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

R = 76.26%
G = 19.06%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4350D (or 0xD4350D) is known color: Harley Davidson Orange. HEX triplet: D4, 35 and 0D. RGB value is (212,53,13). Sum of RGB (Red+Green+Blue) = 212+53+13=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D4350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4350D is #2BCAF2. Grayscale: #606060. Windows color (decimal): -2870003 or 865748. OLE color: 865748.

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

Color convert

RGB 212 53 13 -
CMYK 0 0.75 0.94 0.17
HSL 12.06º 0.88% 0.44% -
HSV(B) 12.06º 0.94% 0.83% -
XYZ 28.5 16.57 2.08 -
YUV 95.98 81.18 210.75 -
System Red Green Blue C M Y K H S L
Decimal 212 53 13 0 0.75 0.94 0.17 12.06 0.88 0.44
Hex D4 35 D 0 4B 5E 11 C 58 2C
Octal 324 65 15 0 113 136 21 14 130 54
Binary 11010100 110101 1101 0 1001011 1011110 10001 1100 1011000 101100

Color Harmonies of #D4350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4350D

Black with #D4350D

Text Example


Text Example

White with #D4350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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