Html Css Color HEX #D6261A Harley Davidson Orange

📋 copy color: '#D6261A'

red 214 ◦ green 38 ◦ blue 26

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

Shades of Harley Davidson Orange #D6261A

Tints of Harley Davidson Orange #D6261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 76.98%
G = 13.67%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6261A (or 0xD6261A) is known color: Harley Davidson Orange. HEX triplet: D6, 26 and 1A. RGB value is (214,38,26). Sum of RGB (Red+Green+Blue) = 214+38+26=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D6261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6261A is #29D9E5. Grayscale: #595959. Windows color (decimal): -2742758 or 1713878. OLE color: 1713878.

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

Color convert

RGB 214 38 26 -
CMYK 0 0.82 0.88 0.16
HSL 3.83º 0.78% 0.47% -
HSV(B) 3.83º 0.88% 0.84% -
XYZ 28.61 15.76 2.51 -
YUV 89.26 92.31 216.98 -
System Red Green Blue C M Y K H S L
Decimal 214 38 26 0 0.82 0.88 0.16 3.83 0.78 0.47
Hex D6 26 1A 0 52 58 10 4 4E 2F
Octal 326 46 32 0 122 130 20 4 116 57
Binary 11010110 100110 11010 0 1010010 1011000 10000 100 1001110 101111

Color Harmonies of #D6261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6261A

Black with #D6261A

Text Example


Text Example

White with #D6261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6261A; }

 p { color: rgb(214,38,26); }

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

background-color css

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

 a { background-color: rgb(214,38,26); }

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

border-color css

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

 span { border-color: rgb(214,38,26); }

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