Html Css Color HEX #D23813 Harley Davidson Orange

📋 copy color: '#D23813'

red 210 ◦ green 56 ◦ blue 19

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

Shades of Harley Davidson Orange #D23813

Tints of Harley Davidson Orange #D23813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.65%

 BLUE value IS 19 (7.81% from 255) = 6.67%

R = 73.68%
G = 19.65%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D23813 (or 0xD23813) is known color: Harley Davidson Orange. HEX triplet: D2, 38 and 13. RGB value is (210,56,19). Sum of RGB (Red+Green+Blue) = 210+56+19=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D23813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23813 is #2DC7EC. Grayscale: #626262. Windows color (decimal): -3000301 or 1259730. OLE color: 1259730.

HSL color Cylindrical-coordinate representation of color #D23813: hue angle of 11.62º degrees, saturation: 0.83, 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 #D23813 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 56 19 -
CMYK 0 0.73 0.91 0.18
HSL 11.62º 0.83% 0.45% -
HSV(B) 11.62º 0.91% 0.82% -
XYZ 28.11 16.58 2.33 -
YUV 97.83 83.52 208.01 -
System Red Green Blue C M Y K H S L
Decimal 210 56 19 0 0.73 0.91 0.18 11.62 0.83 0.45
Hex D2 38 13 0 49 5B 12 C 53 2D
Octal 322 70 23 0 111 133 22 14 123 55
Binary 11010010 111000 10011 0 1001001 1011011 10010 1100 1010011 101101

Color Harmonies of #D23813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23813

Black with #D23813

Text Example


Text Example

White with #D23813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23813; }

 p { color: rgb(210,56,19); }

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

background-color css

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

 a { background-color: rgb(210,56,19); }

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

border-color css

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

 span { border-color: rgb(210,56,19); }

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