Html Css Color HEX #D2251C Harley Davidson Orange

📋 copy color: '#D2251C'

red 210 ◦ green 37 ◦ blue 28

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

Shades of Harley Davidson Orange #D2251C

Tints of Harley Davidson Orange #D2251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 76.36%
G = 13.45%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2251C (or 0xD2251C) is known color: Harley Davidson Orange. HEX triplet: D2, 25 and 1C. RGB value is (210,37,28). Sum of RGB (Red+Green+Blue) = 210+37+28=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D2251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2251C is #2DDAE3. Grayscale: #575757. Windows color (decimal): -3005156 or 1844690. OLE color: 1844690.

HSL color Cylindrical-coordinate representation of color #D2251C: hue angle of 2.97º 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 #D2251C is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 37 28 -
CMYK 0 0.82 0.87 0.18
HSL 2.97º 0.76% 0.47% -
HSV(B) 2.97º 0.87% 0.82% -
XYZ 27.45 15.11 2.57 -
YUV 87.7 94.31 215.23 -
System Red Green Blue C M Y K H S L
Decimal 210 37 28 0 0.82 0.87 0.18 2.97 0.76 0.47
Hex D2 25 1C 0 52 57 12 3 4C 2F
Octal 322 45 34 0 122 127 22 3 114 57
Binary 11010010 100101 11100 0 1010010 1010111 10010 11 1001100 101111

Color Harmonies of #D2251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2251C

Black with #D2251C

Text Example


Text Example

White with #D2251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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