Html Css Color HEX #D6421B Harley Davidson Orange

📋 copy color: '#D6421B'

red 214 ◦ green 66 ◦ blue 27

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

Shades of Harley Davidson Orange #D6421B

Tints of Harley Davidson Orange #D6421B

RGB

 RED value IS 214 (83.98% from 255) = 69.71%

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

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

R = 69.71%
G = 21.5%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6421B (or 0xD6421B) is known color: Harley Davidson Orange. HEX triplet: D6, 42 and 1B. RGB value is (214,66,27). Sum of RGB (Red+Green+Blue) = 214+66+27=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6421B is #29BDE4. Grayscale: #6A6A6A. Windows color (decimal): -2735589 or 1786582. OLE color: 1786582.

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

Color convert

RGB 214 66 27 -
CMYK 0 0.69 0.87 0.16
HSL 12.51º 0.78% 0.47% -
HSV(B) 12.51º 0.87% 0.84% -
XYZ 29.88 18.27 2.99 -
YUV 105.81 83.53 205.17 -
System Red Green Blue C M Y K H S L
Decimal 214 66 27 0 0.69 0.87 0.16 12.51 0.78 0.47
Hex D6 42 1B 0 45 57 10 D 4E 2F
Octal 326 102 33 0 105 127 20 15 116 57
Binary 11010110 1000010 11011 0 1000101 1010111 10000 1101 1001110 101111

Color Harmonies of #D6421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6421B

Black with #D6421B

Text Example


Text Example

White with #D6421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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