Html Css Color HEX #D23215 Harley Davidson Orange

📋 copy color: '#D23215'

red 210 ◦ green 50 ◦ blue 21

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

Shades of Harley Davidson Orange #D23215

Tints of Harley Davidson Orange #D23215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.79%

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 74.73%
G = 17.79%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D23215 (or 0xD23215) is known color: Harley Davidson Orange. HEX triplet: D2, 32 and 15. RGB value is (210,50,21). Sum of RGB (Red+Green+Blue) = 210+50+21=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D23215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23215 is #2DCDEA. Grayscale: #5E5E5E. Windows color (decimal): -3001835 or 1389266. OLE color: 1389266.

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

Color convert

RGB 210 50 21 -
CMYK 0 0.76 0.90 0.18
HSL 9.21º 0.82% 0.45% -
HSV(B) 9.21º 0.9% 0.82% -
XYZ 27.85 16.04 2.34 -
YUV 94.53 86.51 210.36 -
System Red Green Blue C M Y K H S L
Decimal 210 50 21 0 0.76 0.90 0.18 9.21 0.82 0.45
Hex D2 32 15 0 4C 5A 12 9 52 2D
Octal 322 62 25 0 114 132 22 11 122 55
Binary 11010010 110010 10101 0 1001100 1011010 10010 1001 1010010 101101

Color Harmonies of #D23215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23215

Black with #D23215

Text Example


Text Example

White with #D23215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23215; }

 p { color: rgb(210,50,21); }

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

background-color css

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

 a { background-color: rgb(210,50,21); }

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

border-color css

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

 span { border-color: rgb(210,50,21); }

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