Html Css Color HEX #D2331C Harley Davidson Orange

📋 copy color: '#D2331C'

red 210 ◦ green 51 ◦ blue 28

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

Shades of Harley Davidson Orange #D2331C

Tints of Harley Davidson Orange #D2331C

RGB

 RED value IS 210 (82.42% from 255) = 72.66%

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

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

R = 72.66%
G = 17.65%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2331C (or 0xD2331C) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 1C. RGB value is (210,51,28). Sum of RGB (Red+Green+Blue) = 210+51+28=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D2331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2331C is #2DCCE3. Grayscale: #606060. Windows color (decimal): -3001572 or 1848274. OLE color: 1848274.

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

Color convert

RGB 210 51 28 -
CMYK 0 0.76 0.87 0.18
HSL 7.58º 0.76% 0.47% -
HSV(B) 7.58º 0.87% 0.82% -
XYZ 27.97 16.15 2.74 -
YUV 95.92 89.68 209.37 -
System Red Green Blue C M Y K H S L
Decimal 210 51 28 0 0.76 0.87 0.18 7.58 0.76 0.47
Hex D2 33 1C 0 4C 57 12 8 4C 2F
Octal 322 63 34 0 114 127 22 10 114 57
Binary 11010010 110011 11100 0 1001100 1010111 10010 1000 1001100 101111

Color Harmonies of #D2331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2331C

Black with #D2331C

Text Example


Text Example

White with #D2331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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