Html Css Color HEX #D2341A Harley Davidson Orange

📋 copy color: '#D2341A'

red 210 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #D2341A

Tints of Harley Davidson Orange #D2341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 72.92%
G = 18.06%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2341A (or 0xD2341A) is known color: Harley Davidson Orange. HEX triplet: D2, 34 and 1A. RGB value is (210,52,26). Sum of RGB (Red+Green+Blue) = 210+52+26=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D2341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2341A is #2DCBE5. Grayscale: #606060. Windows color (decimal): -3001318 or 1717458. OLE color: 1717458.

HSL color Cylindrical-coordinate representation of color #D2341A: hue angle of 8.48º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2341A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 26 -
CMYK 0 0.75 0.88 0.18
HSL 8.48º 0.78% 0.46% -
HSV(B) 8.48º 0.88% 0.82% -
XYZ 27.99 16.23 2.64 -
YUV 96.28 88.35 209.11 -
System Red Green Blue C M Y K H S L
Decimal 210 52 26 0 0.75 0.88 0.18 8.48 0.78 0.46
Hex D2 34 1A 0 4B 58 12 8 4E 2E
Octal 322 64 32 0 113 130 22 10 116 56
Binary 11010010 110100 11010 0 1001011 1011000 10010 1000 1001110 101110

Color Harmonies of #D2341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2341A

Black with #D2341A

Text Example


Text Example

White with #D2341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2341A; }

 p { color: rgb(210,52,26); }

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

background-color css

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

 a { background-color: rgb(210,52,26); }

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

border-color css

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

 span { border-color: rgb(210,52,26); }

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