Html Css Color HEX #D2390C Harley Davidson Orange

📋 copy color: '#D2390C'

red 210 ◦ green 57 ◦ blue 12

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

Shades of Harley Davidson Orange #D2390C

Tints of Harley Davidson Orange #D2390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 75.27%
G = 20.43%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2390C (or 0xD2390C) is known color: Harley Davidson Orange. HEX triplet: D2, 39 and 0C. RGB value is (210,57,12). Sum of RGB (Red+Green+Blue) = 210+57+12=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D2390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2390C is #2DC6F3. Grayscale: #616161. Windows color (decimal): -3000052 or 801234. OLE color: 801234.

HSL color Cylindrical-coordinate representation of color #D2390C: hue angle of 13.64º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2390C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 57 12 -
CMYK 0 0.73 0.94 0.18
HSL 13.64º 0.89% 0.44% -
HSV(B) 13.64º 0.94% 0.82% -
XYZ 28.11 16.65 2.08 -
YUV 97.62 79.69 208.16 -
System Red Green Blue C M Y K H S L
Decimal 210 57 12 0 0.73 0.94 0.18 13.64 0.89 0.44
Hex D2 39 C 0 49 5E 12 E 59 2C
Octal 322 71 14 0 111 136 22 16 131 54
Binary 11010010 111001 1100 0 1001001 1011110 10010 1110 1011001 101100

Color Harmonies of #D2390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2390C

Black with #D2390C

Text Example


Text Example

White with #D2390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2390C; }

 p { color: rgb(210,57,12); }

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

background-color css

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

 a { background-color: rgb(210,57,12); }

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

border-color css

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

 span { border-color: rgb(210,57,12); }

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