Html Css Color HEX #D23E15 Harley Davidson Orange

📋 copy color: '#D23E15'

red 210 ◦ green 62 ◦ blue 21

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

Shades of Harley Davidson Orange #D23E15

Tints of Harley Davidson Orange #D23E15

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.16%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 71.67%
G = 21.16%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D23E15 (or 0xD23E15) is known color: Harley Davidson Orange. HEX triplet: D2, 3E and 15. RGB value is (210,62,21). Sum of RGB (Red+Green+Blue) = 210+62+21=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23E15 is #2DC1EA. Grayscale: #656565. Windows color (decimal): -2998763 or 1392338. OLE color: 1392338.

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

Color convert

RGB 210 62 21 -
CMYK 0 0.70 0.90 0.18
HSL 13.02º 0.82% 0.45% -
HSV(B) 13.02º 0.9% 0.82% -
XYZ 28.44 17.2 2.53 -
YUV 101.58 82.53 205.33 -
System Red Green Blue C M Y K H S L
Decimal 210 62 21 0 0.70 0.90 0.18 13.02 0.82 0.45
Hex D2 3E 15 0 46 5A 12 D 52 2D
Octal 322 76 25 0 106 132 22 15 122 55
Binary 11010010 111110 10101 0 1000110 1011010 10010 1101 1010010 101101

Color Harmonies of #D23E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23E15

Black with #D23E15

Text Example


Text Example

White with #D23E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23E15; }

 p { color: rgb(210,62,21); }

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

background-color css

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

 a { background-color: rgb(210,62,21); }

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

border-color css

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

 span { border-color: rgb(210,62,21); }

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