Html Css Color HEX #D4331D Harley Davidson Orange

📋 copy color: '#D4331D'

red 212 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #D4331D

Tints of Harley Davidson Orange #D4331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 72.6%
G = 17.47%
B = 9.93%

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

#D4331D (or 0xD4331D) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 1D. RGB value is (212,51,29). Sum of RGB (Red+Green+Blue) = 212+51+29=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4331D is #2BCCE2. Grayscale: #606060. Windows color (decimal): -2870499 or 1913812. OLE color: 1913812.

HSL color Cylindrical-coordinate representation of color #D4331D: hue angle of 7.21º degrees, saturation: 0.76, 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 #D4331D is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 51 29 -
CMYK 0 0.76 0.86 0.17
HSL 7.21º 0.76% 0.47% -
HSV(B) 7.21º 0.86% 0.83% -
XYZ 28.56 16.45 2.83 -
YUV 96.63 89.84 210.29 -
System Red Green Blue C M Y K H S L
Decimal 212 51 29 0 0.76 0.86 0.17 7.21 0.76 0.47
Hex D4 33 1D 0 4C 56 11 7 4C 2F
Octal 324 63 35 0 114 126 21 7 114 57
Binary 11010100 110011 11101 0 1001100 1010110 10001 111 1001100 101111

Color Harmonies of #D4331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4331D

Black with #D4331D

Text Example


Text Example

White with #D4331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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