Html Css Color HEX #D23315 Harley Davidson Orange

📋 copy color: '#D23315'

red 210 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #D23315

Tints of Harley Davidson Orange #D23315

RGB

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

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

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

R = 74.47%
G = 18.09%
B = 7.45%

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

#D23315 (or 0xD23315) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 15. RGB value is (210,51,21). Sum of RGB (Red+Green+Blue) = 210+51+21=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D23315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23315 is #2DCCEA. Grayscale: #5F5F5F. Windows color (decimal): -3001579 or 1389522. OLE color: 1389522.

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

Color convert

RGB 210 51 21 -
CMYK 0 0.76 0.90 0.18
HSL 9.52º 0.82% 0.45% -
HSV(B) 9.52º 0.9% 0.82% -
XYZ 27.9 16.12 2.35 -
YUV 95.12 86.18 209.94 -
System Red Green Blue C M Y K H S L
Decimal 210 51 21 0 0.76 0.90 0.18 9.52 0.82 0.45
Hex D2 33 15 0 4C 5A 12 A 52 2D
Octal 322 63 25 0 114 132 22 12 122 55
Binary 11010010 110011 10101 0 1001100 1011010 10010 1010 1010010 101101

Color Harmonies of #D23315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23315

Black with #D23315

Text Example


Text Example

White with #D23315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23315; }

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

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

background-color css

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

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

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

border-color css

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

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

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