Html Css Color HEX #D4330E Harley Davidson Orange

📋 copy color: '#D4330E'

red 212 ◦ green 51 ◦ blue 14

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

Shades of Harley Davidson Orange #D4330E

Tints of Harley Davidson Orange #D4330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 76.53%
G = 18.41%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4330E (or 0xD4330E) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 0E. RGB value is (212,51,14). Sum of RGB (Red+Green+Blue) = 212+51+14=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4330E is #2BCCF1. Grayscale: #5F5F5F. Windows color (decimal): -2870514 or 930772. OLE color: 930772.

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

Color convert

RGB 212 51 14 -
CMYK 0 0.76 0.93 0.17
HSL 11.21º 0.88% 0.44% -
HSV(B) 11.21º 0.93% 0.83% -
XYZ 28.41 16.4 2.08 -
YUV 94.92 82.34 211.51 -
System Red Green Blue C M Y K H S L
Decimal 212 51 14 0 0.76 0.93 0.17 11.21 0.88 0.44
Hex D4 33 E 0 4C 5D 11 B 58 2C
Octal 324 63 16 0 114 135 21 13 130 54
Binary 11010100 110011 1110 0 1001100 1011101 10001 1011 1011000 101100

Color Harmonies of #D4330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4330E

Black with #D4330E

Text Example


Text Example

White with #D4330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4330E; }

 p { color: rgb(212,51,14); }

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

background-color css

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

 a { background-color: rgb(212,51,14); }

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

border-color css

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

 span { border-color: rgb(212,51,14); }

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