Html Css Color HEX #D23000 Harley Davidson Orange

📋 copy color: '#D23000'

red 210 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #D23000

Tints of Harley Davidson Orange #D23000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

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

R = 81.4%
G = 18.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D23000 (or 0xD23000) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 00. RGB value is (210,48,0). Sum of RGB (Red+Green+Blue) = 210+48+0=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D23000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23000 is #2DCFFF. Grayscale: #5B5B5B. Windows color (decimal): -3002368 or 12498. OLE color: 12498.

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

Color convert

RGB 210 48 0 -
CMYK 0 0.77 1 0.18
HSL 13.71º 1% 0.41% -
HSV(B) 13.71º 1% 0.82% -
XYZ 27.64 15.82 1.6 -
YUV 90.97 76.67 212.9 -
System Red Green Blue C M Y K H S L
Decimal 210 48 0 0 0.77 1 0.18 13.71 1 0.41
Hex D2 30 0 0 4D 64 12 E 64 29
Octal 322 60 0 0 115 144 22 16 144 51
Binary 11010010 110000 0 0 1001101 1100100 10010 1110 1100100 101001

Color Harmonies of #D23000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23000

Black with #D23000

Text Example


Text Example

White with #D23000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23000; }

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

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

background-color css

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

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

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

border-color css

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

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

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