Html Css Color HEX #D23316 Harley Davidson Orange

📋 copy color: '#D23316'

red 210 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #D23316

Tints of Harley Davidson Orange #D23316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 74.2%
G = 18.02%
B = 7.77%

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

#D23316 (or 0xD23316) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 16. RGB value is (210,51,22). Sum of RGB (Red+Green+Blue) = 210+51+22=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D23316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23316 is #2DCCE9. Grayscale: #5F5F5F. Windows color (decimal): -3001578 or 1455058. OLE color: 1455058.

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

Color convert

RGB 210 51 22 -
CMYK 0 0.76 0.90 0.18
HSL 9.26º 0.81% 0.45% -
HSV(B) 9.26º 0.9% 0.82% -
XYZ 27.91 16.13 2.4 -
YUV 95.24 86.68 209.86 -
System Red Green Blue C M Y K H S L
Decimal 210 51 22 0 0.76 0.90 0.18 9.26 0.81 0.45
Hex D2 33 16 0 4C 5A 12 9 51 2D
Octal 322 63 26 0 114 132 22 11 121 55
Binary 11010010 110011 10110 0 1001100 1011010 10010 1001 1010001 101101

Color Harmonies of #D23316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23316

Black with #D23316

Text Example


Text Example

White with #D23316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23316; }

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

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

background-color css

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

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

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

border-color css

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

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

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