Html Css Color HEX #C13121 Harley Davidson Orange

📋 copy color: '#C13121'

red 193 ◦ green 49 ◦ blue 33

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

Shades of Harley Davidson Orange #C13121

Tints of Harley Davidson Orange #C13121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.82%

 BLUE value IS 33 (13.28% from 255) = 12%

R = 70.18%
G = 17.82%
B = 12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C13121 (or 0xC13121) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 21. RGB value is (193,49,33). Sum of RGB (Red+Green+Blue) = 193+49+33=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C13121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13121 is #3ECEDE. Grayscale: #5A5A5A. Windows color (decimal): -4116191 or 2175425. OLE color: 2175425.

HSL color Cylindrical-coordinate representation of color #C13121: hue angle of 6º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C13121 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 33 -
CMYK 0 0.75 0.83 0.24
HSL 0.71% 0.44% -
HSV(B) 0.83% 0.76% -
XYZ 23.37 13.64 2.84 -
YUV 90.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 193 49 33 0 0.75 0.83 0.24 6 0.71 0.44
Hex C1 31 21 0 4B 53 18 6 47 2C
Octal 301 61 41 0 113 123 30 6 107 54
Binary 11000001 110001 100001 0 1001011 1010011 11000 110 1000111 101100

Color Harmonies of #C13121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13121

Black with #C13121

Text Example


Text Example

White with #C13121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13121; }

 p { color: rgb(193,49,33); }

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

background-color css

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

 a { background-color: rgb(193,49,33); }

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

border-color css

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

 span { border-color: rgb(193,49,33); }

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