Html Css Color HEX #D3421B Harley Davidson Orange

📋 copy color: '#D3421B'

red 211 ◦ green 66 ◦ blue 27

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

Shades of Harley Davidson Orange #D3421B

Tints of Harley Davidson Orange #D3421B

RGB

 RED value IS 211 (82.81% from 255) = 69.41%

 GREEN value IS 66 (26.17% from 255) = 21.71%

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

R = 69.41%
G = 21.71%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3421B (or 0xD3421B) is known color: Harley Davidson Orange. HEX triplet: D3, 42 and 1B. RGB value is (211,66,27). Sum of RGB (Red+Green+Blue) = 211+66+27=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D3421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3421B is #2CBDE4. Grayscale: #696969. Windows color (decimal): -2932197 or 1786579. OLE color: 1786579.

HSL color Cylindrical-coordinate representation of color #D3421B: hue angle of 12.72º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3421B is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 66 27 -
CMYK 0 0.69 0.87 0.17
HSL 12.72º 0.77% 0.47% -
HSV(B) 12.72º 0.87% 0.83% -
XYZ 29.01 17.82 2.95 -
YUV 104.91 84.04 203.67 -
System Red Green Blue C M Y K H S L
Decimal 211 66 27 0 0.69 0.87 0.17 12.72 0.77 0.47
Hex D3 42 1B 0 45 57 11 D 4D 2F
Octal 323 102 33 0 105 127 21 15 115 57
Binary 11010011 1000010 11011 0 1000101 1010111 10001 1101 1001101 101111

Color Harmonies of #D3421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3421B

Black with #D3421B

Text Example


Text Example

White with #D3421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3421B; }

 p { color: rgb(211,66,27); }

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

background-color css

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

 a { background-color: rgb(211,66,27); }

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

border-color css

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

 span { border-color: rgb(211,66,27); }

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