Html Css Color HEX #D23012 Harley Davidson Orange

📋 copy color: '#D23012'

red 210 ◦ green 48 ◦ blue 18

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

Shades of Harley Davidson Orange #D23012

Tints of Harley Davidson Orange #D23012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 76.09%
G = 17.39%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D23012 (or 0xD23012) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 12. RGB value is (210,48,18). Sum of RGB (Red+Green+Blue) = 210+48+18=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D23012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23012 is #2DCFED. Grayscale: #5D5D5D. Windows color (decimal): -3002350 or 1192146. OLE color: 1192146.

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

Color convert

RGB 210 48 18 -
CMYK 0 0.77 0.91 0.18
HSL 9.38º 0.84% 0.45% -
HSV(B) 9.38º 0.91% 0.82% -
XYZ 27.74 15.86 2.17 -
YUV 93.02 85.67 211.44 -
System Red Green Blue C M Y K H S L
Decimal 210 48 18 0 0.77 0.91 0.18 9.38 0.84 0.45
Hex D2 30 12 0 4D 5B 12 9 54 2D
Octal 322 60 22 0 115 133 22 11 124 55
Binary 11010010 110000 10010 0 1001101 1011011 10010 1001 1010100 101101

Color Harmonies of #D23012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23012

Black with #D23012

Text Example


Text Example

White with #D23012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23012; }

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

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

background-color css

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

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

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

border-color css

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

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

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