Html Css Color HEX #C6361E Harley Davidson Orange

📋 copy color: '#C6361E'

red 198 ◦ green 54 ◦ blue 30

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

Shades of Harley Davidson Orange #C6361E

Tints of Harley Davidson Orange #C6361E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 70.21%
G = 19.15%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6361E (or 0xC6361E) is known color: Harley Davidson Orange. HEX triplet: C6, 36 and 1E. RGB value is (198,54,30). Sum of RGB (Red+Green+Blue) = 198+54+30=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C6361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6361E is #39C9E1. Grayscale: #5E5E5E. Windows color (decimal): -3787234 or 1980102. OLE color: 1980102.

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

Color convert

RGB 198 54 30 -
CMYK 0 0.73 0.85 0.22
HSL 8.57º 0.74% 0.45% -
HSV(B) 8.57º 0.85% 0.78% -
XYZ 24.84 14.74 2.76 -
YUV 94.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 198 54 30 0 0.73 0.85 0.22 8.57 0.74 0.45
Hex C6 36 1E 0 49 55 16 9 4A 2D
Octal 306 66 36 0 111 125 26 11 112 55
Binary 11000110 110110 11110 0 1001001 1010101 10110 1001 1001010 101101

Color Harmonies of #C6361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6361E

Black with #C6361E

Text Example


Text Example

White with #C6361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6361E; }

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

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

background-color css

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

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

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

border-color css

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

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

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