Html Css Color HEX #C13606 Harley Davidson Orange

📋 copy color: '#C13606'

red 193 ◦ green 54 ◦ blue 6

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

Shades of Harley Davidson Orange #C13606

Tints of Harley Davidson Orange #C13606

RGB

 RED value IS 193 (75.78% from 255) = 76.28%

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

 BLUE value IS 6 (2.73% from 255) = 2.37%

R = 76.28%
G = 21.34%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C13606 (or 0xC13606) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 06. RGB value is (193,54,6). Sum of RGB (Red+Green+Blue) = 193+54+6=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C13606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13606 is #3EC9F9. Grayscale: #5A5A5A. Windows color (decimal): -4114938 or 407233. OLE color: 407233.

HSL color Cylindrical-coordinate representation of color #C13606: hue angle of 15.4º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C13606 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 54 6 -
CMYK 0 0.72 0.97 0.24
HSL 15.4º 0.94% 0.39% -
HSV(B) 15.4º 0.97% 0.76% -
XYZ 23.34 13.99 1.64 -
YUV 90.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 193 54 6 0 0.72 0.97 0.24 15.4 0.94 0.39
Hex C1 36 6 0 48 61 18 F 5E 27
Octal 301 66 6 0 110 141 30 17 136 47
Binary 11000001 110110 110 0 1001000 1100001 11000 1111 1011110 100111

Color Harmonies of #C13606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13606

Black with #C13606

Text Example


Text Example

White with #C13606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13606; }

 p { color: rgb(193,54,6); }

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

background-color css

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

 a { background-color: rgb(193,54,6); }

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

border-color css

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

 span { border-color: rgb(193,54,6); }

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