Html Css Color HEX #C7340C Harley Davidson Orange

📋 copy color: '#C7340C'

red 199 ◦ green 52 ◦ blue 12

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

Shades of Harley Davidson Orange #C7340C

Tints of Harley Davidson Orange #C7340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

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

R = 75.67%
G = 19.77%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7340C (or 0xC7340C) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 0C. RGB value is (199,52,12). Sum of RGB (Red+Green+Blue) = 199+52+12=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7340C is #38CBF3. Grayscale: #5B5B5B. Windows color (decimal): -3722228 or 799943. OLE color: 799943.

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

Color convert

RGB 199 52 12 -
CMYK 0 0.74 0.94 0.22
HSL 12.83º 0.89% 0.41% -
HSV(B) 12.83º 0.94% 0.78% -
XYZ 24.85 14.62 1.86 -
YUV 91.39 83.2 204.75 -
System Red Green Blue C M Y K H S L
Decimal 199 52 12 0 0.74 0.94 0.22 12.83 0.89 0.41
Hex C7 34 C 0 4A 5E 16 D 59 29
Octal 307 64 14 0 112 136 26 15 131 51
Binary 11000111 110100 1100 0 1001010 1011110 10110 1101 1011001 101001

Color Harmonies of #C7340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7340C

Black with #C7340C

Text Example


Text Example

White with #C7340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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