Html Css Color HEX #C13621 Harley Davidson Orange

📋 copy color: '#C13621'

red 193 ◦ green 54 ◦ blue 33

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

Shades of Harley Davidson Orange #C13621

Tints of Harley Davidson Orange #C13621

RGB

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

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

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

R = 68.93%
G = 19.29%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C13621 (or 0xC13621) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 21. RGB value is (193,54,33). Sum of RGB (Red+Green+Blue) = 193+54+33=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C13621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13621 is #3EC9DE. Grayscale: #5D5D5D. Windows color (decimal): -4114911 or 2176705. OLE color: 2176705.

HSL color Cylindrical-coordinate representation of color #C13621: hue angle of 7.87º 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 #C13621 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 54 33 -
CMYK 0 0.72 0.83 0.24
HSL 7.88º 0.71% 0.44% -
HSV(B) 7.88º 0.83% 0.76% -
XYZ 23.59 14.09 2.91 -
YUV 93.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 193 54 33 0 0.72 0.83 0.24 7.88 0.71 0.44
Hex C1 36 21 0 48 53 18 8 47 2C
Octal 301 66 41 0 110 123 30 10 107 54
Binary 11000001 110110 100001 0 1001000 1010011 11000 1000 1000111 101100

Color Harmonies of #C13621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13621

Black with #C13621

Text Example


Text Example

White with #C13621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13621; }

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

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

background-color css

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

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

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

border-color css

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

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

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