Html Css Color HEX #D23321 Harley Davidson Orange

📋 copy color: '#D23321'

red 210 ◦ green 51 ◦ blue 33

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

Shades of Harley Davidson Orange #D23321

Tints of Harley Davidson Orange #D23321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.22%

R = 71.43%
G = 17.35%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D23321 (or 0xD23321) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 21. RGB value is (210,51,33). Sum of RGB (Red+Green+Blue) = 210+51+33=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D23321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23321 is #2DCCDE. Grayscale: #606060. Windows color (decimal): -3001567 or 2175954. OLE color: 2175954.

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

Color convert

RGB 210 51 33 -
CMYK 0 0.76 0.84 0.18
HSL 6.1º 0.73% 0.48% -
HSV(B) 6.1º 0.84% 0.82% -
XYZ 28.04 16.18 3.08 -
YUV 96.49 92.18 208.96 -
System Red Green Blue C M Y K H S L
Decimal 210 51 33 0 0.76 0.84 0.18 6.1 0.73 0.48
Hex D2 33 21 0 4C 54 12 6 49 30
Octal 322 63 41 0 114 124 22 6 111 60
Binary 11010010 110011 100001 0 1001100 1010100 10010 110 1001001 110000

Color Harmonies of #D23321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23321

Black with #D23321

Text Example


Text Example

White with #D23321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23321; }

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

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

background-color css

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

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

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

border-color css

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

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

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