Html Css Color HEX #D7261C Harley Davidson Orange

📋 copy color: '#D7261C'

red 215 ◦ green 38 ◦ blue 28

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

Shades of Harley Davidson Orange #D7261C

Tints of Harley Davidson Orange #D7261C

RGB

 RED value IS 215 (84.38% from 255) = 76.51%

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 76.51%
G = 13.52%
B = 9.96%

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

#D7261C (or 0xD7261C) is known color: Harley Davidson Orange. HEX triplet: D7, 26 and 1C. RGB value is (215,38,28). Sum of RGB (Red+Green+Blue) = 215+38+28=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7261C is #28D9E3. Grayscale: #5A5A5A. Windows color (decimal): -2677220 or 1844951. OLE color: 1844951.

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

Color convert

RGB 215 38 28 -
CMYK 0 0.82 0.87 0.16
HSL 3.21º 0.77% 0.48% -
HSV(B) 3.21º 0.87% 0.84% -
XYZ 28.93 15.92 2.65 -
YUV 89.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 215 38 28 0 0.82 0.87 0.16 3.21 0.77 0.48
Hex D7 26 1C 0 52 57 10 3 4D 30
Octal 327 46 34 0 122 127 20 3 115 60
Binary 11010111 100110 11100 0 1010010 1010111 10000 11 1001101 110000

Color Harmonies of #D7261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7261C

Black with #D7261C

Text Example


Text Example

White with #D7261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7261C; }

 p { color: rgb(215,38,28); }

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

background-color css

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

 a { background-color: rgb(215,38,28); }

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

border-color css

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

 span { border-color: rgb(215,38,28); }

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