Html Css Color HEX #C6360F Harley Davidson Orange

📋 copy color: '#C6360F'

red 198 ◦ green 54 ◦ blue 15

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

Shades of Harley Davidson Orange #C6360F

Tints of Harley Davidson Orange #C6360F

RGB

 RED value IS 198 (77.73% from 255) = 74.16%

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

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 74.16%
G = 20.22%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6360F (or 0xC6360F) is known color: Harley Davidson Orange. HEX triplet: C6, 36 and 0F. RGB value is (198,54,15). Sum of RGB (Red+Green+Blue) = 198+54+15=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C6360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6360F is #39C9F0. Grayscale: #5C5C5C. Windows color (decimal): -3787249 or 997062. OLE color: 997062.

HSL color Cylindrical-coordinate representation of color #C6360F: hue angle of 12.79º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6360F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 54 15 -
CMYK 0 0.73 0.92 0.22
HSL 12.79º 0.86% 0.42% -
HSV(B) 12.79º 0.92% 0.78% -
XYZ 24.69 14.68 1.98 -
YUV 92.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 198 54 15 0 0.73 0.92 0.22 12.79 0.86 0.42
Hex C6 36 F 0 49 5C 16 D 56 2A
Octal 306 66 17 0 111 134 26 15 126 52
Binary 11000110 110110 1111 0 1001001 1011100 10110 1101 1010110 101010

Color Harmonies of #C6360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6360F

Black with #C6360F

Text Example


Text Example

White with #C6360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6360F; }

 p { color: rgb(198,54,15); }

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

background-color css

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

 a { background-color: rgb(198,54,15); }

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

border-color css

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

 span { border-color: rgb(198,54,15); }

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