Html Css Color HEX #C13200 Harley Davidson Orange

📋 copy color: '#C13200'

red 193 ◦ green 50 ◦ blue 0

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

Shades of Harley Davidson Orange #C13200

Tints of Harley Davidson Orange #C13200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.42%
G = 20.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C13200 (or 0xC13200) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 00. RGB value is (193,50,0). Sum of RGB (Red+Green+Blue) = 193+50+0=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C13200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13200 is #3ECDFF. Grayscale: #575757. Windows color (decimal): -4115968 or 12993. OLE color: 12993.

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

Color convert

RGB 193 50 0 -
CMYK 0 0.74 1 0.24
HSL 15.54º 1% 0.38% -
HSV(B) 15.54º 1% 0.76% -
XYZ 23.13 13.62 1.41 -
YUV 87.06 78.88 203.57 -
System Red Green Blue C M Y K H S L
Decimal 193 50 0 0 0.74 1 0.24 15.54 1 0.38
Hex C1 32 0 0 4A 64 18 10 64 26
Octal 301 62 0 0 112 144 30 20 144 46
Binary 11000001 110010 0 0 1001010 1100100 11000 10000 1100100 100110

Color Harmonies of #C13200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13200

Black with #C13200

Text Example


Text Example

White with #C13200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13200; }

 p { color: rgb(193,50,0); }

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

background-color css

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

 a { background-color: rgb(193,50,0); }

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

border-color css

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

 span { border-color: rgb(193,50,0); }

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