Html Css Color HEX #C7261E Harley Davidson Orange

📋 copy color: '#C7261E'

red 199 ◦ green 38 ◦ blue 30

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

Shades of Harley Davidson Orange #C7261E

Tints of Harley Davidson Orange #C7261E

RGB

 RED value IS 199 (78.13% from 255) = 74.53%

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

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 74.53%
G = 14.23%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7261E (or 0xC7261E) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 1E. RGB value is (199,38,30). Sum of RGB (Red+Green+Blue) = 199+38+30=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C7261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7261E is #38D9E1. Grayscale: #555555. Windows color (decimal): -3725794 or 1976007. OLE color: 1976007.

HSL color Cylindrical-coordinate representation of color #C7261E: hue angle of 2.84º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7261E is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 30 -
CMYK 0 0.81 0.85 0.22
HSL 2.84º 0.74% 0.45% -
HSV(B) 2.84º 0.85% 0.78% -
XYZ 24.48 13.62 2.57 -
YUV 85.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 199 38 30 0 0.81 0.85 0.22 2.84 0.74 0.45
Hex C7 26 1E 0 51 55 16 3 4A 2D
Octal 307 46 36 0 121 125 26 3 112 55
Binary 11000111 100110 11110 0 1010001 1010101 10110 11 1001010 101101

Color Harmonies of #C7261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7261E

Black with #C7261E

Text Example


Text Example

White with #C7261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7261E; }

 p { color: rgb(199,38,30); }

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

background-color css

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

 a { background-color: rgb(199,38,30); }

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

border-color css

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

 span { border-color: rgb(199,38,30); }

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