Html Css Color HEX #D23D1D Harley Davidson Orange

📋 copy color: '#D23D1D'

red 210 ◦ green 61 ◦ blue 29

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

Shades of Harley Davidson Orange #D23D1D

Tints of Harley Davidson Orange #D23D1D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

 BLUE value IS 29 (11.72% from 255) = 9.67%

R = 70%
G = 20.33%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D23D1D (or 0xD23D1D) is known color: Harley Davidson Orange. HEX triplet: D2, 3D and 1D. RGB value is (210,61,29). Sum of RGB (Red+Green+Blue) = 210+61+29=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23D1D is #2DC2E2. Grayscale: #666666. Windows color (decimal): -2999011 or 1916370. OLE color: 1916370.

HSL color Cylindrical-coordinate representation of color #D23D1D: hue angle of 10.61º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D23D1D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 61 29 -
CMYK 0 0.71 0.86 0.18
HSL 10.61º 0.76% 0.47% -
HSV(B) 10.61º 0.86% 0.82% -
XYZ 28.47 17.13 2.97 -
YUV 101.9 86.86 205.1 -
System Red Green Blue C M Y K H S L
Decimal 210 61 29 0 0.71 0.86 0.18 10.61 0.76 0.47
Hex D2 3D 1D 0 47 56 12 B 4C 2F
Octal 322 75 35 0 107 126 22 13 114 57
Binary 11010010 111101 11101 0 1000111 1010110 10010 1011 1001100 101111

Color Harmonies of #D23D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23D1D

Black with #D23D1D

Text Example


Text Example

White with #D23D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23D1D; }

 p { color: rgb(210,61,29); }

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

background-color css

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

 a { background-color: rgb(210,61,29); }

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

border-color css

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

 span { border-color: rgb(210,61,29); }

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