Html Css Color HEX #D3421A Harley Davidson Orange

📋 copy color: '#D3421A'

red 211 ◦ green 66 ◦ blue 26

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

Shades of Harley Davidson Orange #D3421A

Tints of Harley Davidson Orange #D3421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 69.64%
G = 21.78%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D3421A (or 0xD3421A) is known color: Harley Davidson Orange. HEX triplet: D3, 42 and 1A. RGB value is (211,66,26). Sum of RGB (Red+Green+Blue) = 211+66+26=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D3421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3421A is #2CBDE5. Grayscale: #696969. Windows color (decimal): -2932198 or 1721043. OLE color: 1721043.

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

Color convert

RGB 211 66 26 -
CMYK 0 0.69 0.88 0.17
HSL 12.97º 0.78% 0.46% -
HSV(B) 12.97º 0.88% 0.83% -
XYZ 29 17.82 2.89 -
YUV 104.8 83.54 203.75 -
System Red Green Blue C M Y K H S L
Decimal 211 66 26 0 0.69 0.88 0.17 12.97 0.78 0.46
Hex D3 42 1A 0 45 58 11 D 4E 2E
Octal 323 102 32 0 105 130 21 15 116 56
Binary 11010011 1000010 11010 0 1000101 1011000 10001 1101 1001110 101110

Color Harmonies of #D3421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3421A

Black with #D3421A

Text Example


Text Example

White with #D3421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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