Html Css Color HEX #D4331C Harley Davidson Orange

📋 copy color: '#D4331C'

red 212 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #D4331C

Tints of Harley Davidson Orange #D4331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 72.85%
G = 17.53%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4331C (or 0xD4331C) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 1C. RGB value is (212,51,28). Sum of RGB (Red+Green+Blue) = 212+51+28=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4331C is #2BCCE3. Grayscale: #606060. Windows color (decimal): -2870500 or 1848276. OLE color: 1848276.

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

Color convert

RGB 212 51 28 -
CMYK 0 0.76 0.87 0.17
HSL 7.5º 0.77% 0.47% -
HSV(B) 7.5º 0.87% 0.83% -
XYZ 28.54 16.45 2.77 -
YUV 96.52 89.34 210.37 -
System Red Green Blue C M Y K H S L
Decimal 212 51 28 0 0.76 0.87 0.17 7.5 0.77 0.47
Hex D4 33 1C 0 4C 57 11 8 4D 2F
Octal 324 63 34 0 114 127 21 10 115 57
Binary 11010100 110011 11100 0 1001100 1010111 10001 1000 1001101 101111

Color Harmonies of #D4331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4331C

Black with #D4331C

Text Example


Text Example

White with #D4331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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