Html Css Color HEX #C6361C Harley Davidson Orange

📋 copy color: '#C6361C'

red 198 ◦ green 54 ◦ blue 28

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

Shades of Harley Davidson Orange #C6361C

Tints of Harley Davidson Orange #C6361C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 70.71%
G = 19.29%
B = 10%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6361C (or 0xC6361C) is known color: Harley Davidson Orange. HEX triplet: C6, 36 and 1C. RGB value is (198,54,28). Sum of RGB (Red+Green+Blue) = 198+54+28=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6361C is #39C9E3. Grayscale: #5E5E5E. Windows color (decimal): -3787236 or 1849030. OLE color: 1849030.

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

Color convert

RGB 198 54 28 -
CMYK 0 0.73 0.86 0.22
HSL 9.18º 0.75% 0.44% -
HSV(B) 9.18º 0.86% 0.78% -
XYZ 24.82 14.73 2.63 -
YUV 94.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 198 54 28 0 0.73 0.86 0.22 9.18 0.75 0.44
Hex C6 36 1C 0 49 56 16 9 4B 2C
Octal 306 66 34 0 111 126 26 11 113 54
Binary 11000110 110110 11100 0 1001001 1010110 10110 1001 1001011 101100

Color Harmonies of #C6361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6361C

Black with #C6361C

Text Example


Text Example

White with #C6361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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