Html Css Color HEX #D4331E Harley Davidson Orange

📋 copy color: '#D4331E'

red 212 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #D4331E

Tints of Harley Davidson Orange #D4331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.24%

R = 72.35%
G = 17.41%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4331E (or 0xD4331E) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 1E. RGB value is (212,51,30). Sum of RGB (Red+Green+Blue) = 212+51+30=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D4331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4331E is #2BCCE1. Grayscale: #606060. Windows color (decimal): -2870498 or 1979348. OLE color: 1979348.

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

Color convert

RGB 212 51 30 -
CMYK 0 0.76 0.86 0.17
HSL 6.92º 0.75% 0.47% -
HSV(B) 6.92º 0.86% 0.83% -
XYZ 28.57 16.46 2.9 -
YUV 96.75 90.34 210.21 -
System Red Green Blue C M Y K H S L
Decimal 212 51 30 0 0.76 0.86 0.17 6.92 0.75 0.47
Hex D4 33 1E 0 4C 56 11 7 4B 2F
Octal 324 63 36 0 114 126 21 7 113 57
Binary 11010100 110011 11110 0 1001100 1010110 10001 111 1001011 101111

Color Harmonies of #D4331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4331E

Black with #D4331E

Text Example


Text Example

White with #D4331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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