Html Css Color HEX #D6261B Harley Davidson Orange

📋 copy color: '#D6261B'

red 214 ◦ green 38 ◦ blue 27

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

Shades of Harley Davidson Orange #D6261B

Tints of Harley Davidson Orange #D6261B

RGB

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

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

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

R = 76.7%
G = 13.62%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6261B (or 0xD6261B) is known color: Harley Davidson Orange. HEX triplet: D6, 26 and 1B. RGB value is (214,38,27). Sum of RGB (Red+Green+Blue) = 214+38+27=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6261B is #29D9E4. Grayscale: #595959. Windows color (decimal): -2742757 or 1779414. OLE color: 1779414.

HSL color Cylindrical-coordinate representation of color #D6261B: hue angle of 3.53º 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 #D6261B is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 27 -
CMYK 0 0.82 0.87 0.16
HSL 3.53º 0.78% 0.47% -
HSV(B) 3.53º 0.87% 0.84% -
XYZ 28.62 15.76 2.57 -
YUV 89.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 214 38 27 0 0.82 0.87 0.16 3.53 0.78 0.47
Hex D6 26 1B 0 52 57 10 4 4E 2F
Octal 326 46 33 0 122 127 20 4 116 57
Binary 11010110 100110 11011 0 1010010 1010111 10000 100 1001110 101111

Color Harmonies of #D6261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6261B

Black with #D6261B

Text Example


Text Example

White with #D6261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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