Html Css Color HEX #C13301 Harley Davidson Orange

📋 copy color: '#C13301'

red 193 ◦ green 51 ◦ blue 1

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

Shades of Harley Davidson Orange #C13301

Tints of Harley Davidson Orange #C13301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 78.78%
G = 20.82%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C13301 (or 0xC13301) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 01. RGB value is (193,51,1). Sum of RGB (Red+Green+Blue) = 193+51+1=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C13301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13301 is #3ECCFE. Grayscale: #585858. Windows color (decimal): -4115711 or 78785. OLE color: 78785.

HSL color Cylindrical-coordinate representation of color #C13301: hue angle of 15.62º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C13301 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 51 1 -
CMYK 0 0.74 0.99 0.24
HSL 15.63º 0.99% 0.38% -
HSV(B) 15.63º 0.99% 0.76% -
XYZ 23.18 13.71 1.45 -
YUV 87.76 79.04 203.07 -
System Red Green Blue C M Y K H S L
Decimal 193 51 1 0 0.74 0.99 0.24 15.63 0.99 0.38
Hex C1 33 1 0 4A 63 18 10 63 26
Octal 301 63 1 0 112 143 30 20 143 46
Binary 11000001 110011 1 0 1001010 1100011 11000 10000 1100011 100110

Color Harmonies of #C13301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13301

Black with #C13301

Text Example


Text Example

White with #C13301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13301; }

 p { color: rgb(193,51,1); }

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

background-color css

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

 a { background-color: rgb(193,51,1); }

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

border-color css

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

 span { border-color: rgb(193,51,1); }

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