Html Css Color HEX #C7300C Harley Davidson Orange

📋 copy color: '#C7300C'

red 199 ◦ green 48 ◦ blue 12

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

Shades of Harley Davidson Orange #C7300C

Tints of Harley Davidson Orange #C7300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.53%

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

R = 76.83%
G = 18.53%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7300C (or 0xC7300C) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 0C. RGB value is (199,48,12). Sum of RGB (Red+Green+Blue) = 199+48+12=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C7300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7300C is #38CFF3. Grayscale: #595959. Windows color (decimal): -3723252 or 798919. OLE color: 798919.

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

Color convert

RGB 199 48 12 -
CMYK 0 0.76 0.94 0.22
HSL 11.55º 0.89% 0.41% -
HSV(B) 11.55º 0.94% 0.78% -
XYZ 24.68 14.28 1.8 -
YUV 89.05 84.53 206.43 -
System Red Green Blue C M Y K H S L
Decimal 199 48 12 0 0.76 0.94 0.22 11.55 0.89 0.41
Hex C7 30 C 0 4C 5E 16 C 59 29
Octal 307 60 14 0 114 136 26 14 131 51
Binary 11000111 110000 1100 0 1001100 1011110 10110 1100 1011001 101001

Color Harmonies of #C7300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7300C

Black with #C7300C

Text Example


Text Example

White with #C7300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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