Html Css Color HEX #C7260C Harley Davidson Orange

📋 copy color: '#C7260C'

red 199 ◦ green 38 ◦ blue 12

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

Shades of Harley Davidson Orange #C7260C

Tints of Harley Davidson Orange #C7260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 79.92%
G = 15.26%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7260C (or 0xC7260C) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 0C. RGB value is (199,38,12). Sum of RGB (Red+Green+Blue) = 199+38+12=249 (32% of max value = 765). Red value is 199 (78.12% from 255 or 79.92% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 199 - color contains mainly: red. Hex color #C7260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7260C is #38D9F3. Grayscale: #535353. Windows color (decimal): -3725812 or 796359. OLE color: 796359.

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

Color convert

RGB 199 38 12 -
CMYK 0 0.81 0.94 0.22
HSL 8.34º 0.89% 0.41% -
HSV(B) 8.34º 0.94% 0.78% -
XYZ 24.31 13.55 1.68 -
YUV 83.18 87.84 210.61 -
System Red Green Blue C M Y K H S L
Decimal 199 38 12 0 0.81 0.94 0.22 8.34 0.89 0.41
Hex C7 26 C 0 51 5E 16 8 59 29
Octal 307 46 14 0 121 136 26 10 131 51
Binary 11000111 100110 1100 0 1010001 1011110 10110 1000 1011001 101001

Color Harmonies of #C7260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7260C

Black with #C7260C

Text Example


Text Example

White with #C7260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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