Html Css Color HEX #C7360B Harley Davidson Orange

📋 copy color: '#C7360B'

red 199 ◦ green 54 ◦ blue 11

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

Shades of Harley Davidson Orange #C7360B

Tints of Harley Davidson Orange #C7360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 75.38%
G = 20.45%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7360B (or 0xC7360B) is known color: Harley Davidson Orange. HEX triplet: C7, 36 and 0B. RGB value is (199,54,11). Sum of RGB (Red+Green+Blue) = 199+54+11=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7360B is #38C9F4. Grayscale: #5C5C5C. Windows color (decimal): -3721717 or 734919. OLE color: 734919.

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

Color convert

RGB 199 54 11 -
CMYK 0 0.73 0.94 0.22
HSL 13.72º 0.9% 0.41% -
HSV(B) 13.72º 0.94% 0.78% -
XYZ 24.93 14.8 1.86 -
YUV 92.45 82.04 204 -
System Red Green Blue C M Y K H S L
Decimal 199 54 11 0 0.73 0.94 0.22 13.72 0.9 0.41
Hex C7 36 B 0 49 5E 16 E 5A 29
Octal 307 66 13 0 111 136 26 16 132 51
Binary 11000111 110110 1011 0 1001001 1011110 10110 1110 1011010 101001

Color Harmonies of #C7360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7360B

Black with #C7360B

Text Example


Text Example

White with #C7360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7360B; }

 p { color: rgb(199,54,11); }

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

background-color css

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

 a { background-color: rgb(199,54,11); }

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

border-color css

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

 span { border-color: rgb(199,54,11); }

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