Html Css Color HEX #C7290C Harley Davidson Orange

📋 copy color: '#C7290C'

red 199 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #C7290C

Tints of Harley Davidson Orange #C7290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

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

R = 78.97%
G = 16.27%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7290C (or 0xC7290C) is known color: Harley Davidson Orange. HEX triplet: C7, 29 and 0C. RGB value is (199,41,12). Sum of RGB (Red+Green+Blue) = 199+41+12=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C7290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7290C is #38D6F3. Grayscale: #555555. Windows color (decimal): -3725044 or 797127. OLE color: 797127.

HSL color Cylindrical-coordinate representation of color #C7290C: hue angle of 9.3º 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 #C7290C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 12 -
CMYK 0 0.79 0.94 0.22
HSL 9.3º 0.89% 0.41% -
HSV(B) 9.3º 0.94% 0.78% -
XYZ 24.41 13.75 1.72 -
YUV 84.94 86.85 209.36 -
System Red Green Blue C M Y K H S L
Decimal 199 41 12 0 0.79 0.94 0.22 9.3 0.89 0.41
Hex C7 29 C 0 4F 5E 16 9 59 29
Octal 307 51 14 0 117 136 26 11 131 51
Binary 11000111 101001 1100 0 1001111 1011110 10110 1001 1011001 101001

Color Harmonies of #C7290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7290C

Black with #C7290C

Text Example


Text Example

White with #C7290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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