Html Css Color HEX #D23320 Harley Davidson Orange

📋 copy color: '#D23320'

red 210 ◦ green 51 ◦ blue 32

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

Shades of Harley Davidson Orange #D23320

Tints of Harley Davidson Orange #D23320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.92%

R = 71.67%
G = 17.41%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D23320 (or 0xD23320) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 20. RGB value is (210,51,32). Sum of RGB (Red+Green+Blue) = 210+51+32=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D23320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23320 is #2DCCDF. Grayscale: #606060. Windows color (decimal): -3001568 or 2110418. OLE color: 2110418.

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

Color convert

RGB 210 51 32 -
CMYK 0 0.76 0.85 0.18
HSL 6.4º 0.74% 0.47% -
HSV(B) 6.4º 0.85% 0.82% -
XYZ 28.02 16.17 3.01 -
YUV 96.38 91.68 209.04 -
System Red Green Blue C M Y K H S L
Decimal 210 51 32 0 0.76 0.85 0.18 6.4 0.74 0.47
Hex D2 33 20 0 4C 55 12 6 4A 2F
Octal 322 63 40 0 114 125 22 6 112 57
Binary 11010010 110011 100000 0 1001100 1010101 10010 110 1001010 101111

Color Harmonies of #D23320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23320

Black with #D23320

Text Example


Text Example

White with #D23320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23320; }

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

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

background-color css

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

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

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

border-color css

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

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

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