Html Css Color HEX #D23A1B Harley Davidson Orange

📋 copy color: '#D23A1B'

red 210 ◦ green 58 ◦ blue 27

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

Shades of Harley Davidson Orange #D23A1B

Tints of Harley Davidson Orange #D23A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 71.19%
G = 19.66%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D23A1B (or 0xD23A1B) is known color: Harley Davidson Orange. HEX triplet: D2, 3A and 1B. RGB value is (210,58,27). Sum of RGB (Red+Green+Blue) = 210+58+27=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A1B is #2DC5E4. Grayscale: #646464. Windows color (decimal): -2999781 or 1784530. OLE color: 1784530.

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

Color convert

RGB 210 58 27 -
CMYK 0 0.72 0.87 0.18
HSL 10.16º 0.77% 0.46% -
HSV(B) 10.16º 0.87% 0.82% -
XYZ 28.29 16.81 2.79 -
YUV 99.91 86.86 206.52 -
System Red Green Blue C M Y K H S L
Decimal 210 58 27 0 0.72 0.87 0.18 10.16 0.77 0.46
Hex D2 3A 1B 0 48 57 12 A 4D 2E
Octal 322 72 33 0 110 127 22 12 115 56
Binary 11010010 111010 11011 0 1001000 1010111 10010 1010 1001101 101110

Color Harmonies of #D23A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A1B

Black with #D23A1B

Text Example


Text Example

White with #D23A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A1B; }

 p { color: rgb(210,58,27); }

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

background-color css

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

 a { background-color: rgb(210,58,27); }

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

border-color css

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

 span { border-color: rgb(210,58,27); }

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