Html Css Color HEX #D23300 Harley Davidson Orange

📋 copy color: '#D23300'

red 210 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #D23300

Tints of Harley Davidson Orange #D23300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.46%
G = 19.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D23300 (or 0xD23300) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 00. RGB value is (210,51,0). Sum of RGB (Red+Green+Blue) = 210+51+0=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D23300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23300 is #2DCCFF. Grayscale: #5D5D5D. Windows color (decimal): -3001600 or 13266. OLE color: 13266.

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

Color convert

RGB 210 51 0 -
CMYK 0 0.76 1 0.18
HSL 14.57º 1% 0.41% -
HSV(B) 14.57º 1% 0.82% -
XYZ 27.76 16.07 1.64 -
YUV 92.73 75.68 211.65 -
System Red Green Blue C M Y K H S L
Decimal 210 51 0 0 0.76 1 0.18 14.57 1 0.41
Hex D2 33 0 0 4C 64 12 F 64 29
Octal 322 63 0 0 114 144 22 17 144 51
Binary 11010010 110011 0 0 1001100 1100100 10010 1111 1100100 101001

Color Harmonies of #D23300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23300

Black with #D23300

Text Example


Text Example

White with #D23300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23300; }

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

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

background-color css

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

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

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

border-color css

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

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

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