Html Css Color HEX #C13813 Harley Davidson Orange

📋 copy color: '#C13813'

red 193 ◦ green 56 ◦ blue 19

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

Shades of Harley Davidson Orange #C13813

Tints of Harley Davidson Orange #C13813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.9%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 72.01%
G = 20.9%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C13813 (or 0xC13813) is known color: Harley Davidson Orange. HEX triplet: C1, 38 and 13. RGB value is (193,56,19). Sum of RGB (Red+Green+Blue) = 193+56+19=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C13813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13813 is #3EC7EC. Grayscale: #5D5D5D. Windows color (decimal): -4114413 or 1259713. OLE color: 1259713.

HSL color Cylindrical-coordinate representation of color #C13813: hue angle of 12.76º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C13813 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 56 19 -
CMYK 0 0.71 0.90 0.24
HSL 12.76º 0.82% 0.42% -
HSV(B) 12.76º 0.9% 0.76% -
XYZ 23.52 14.21 2.12 -
YUV 92.75 86.39 199.51 -
System Red Green Blue C M Y K H S L
Decimal 193 56 19 0 0.71 0.90 0.24 12.76 0.82 0.42
Hex C1 38 13 0 47 5A 18 D 52 2A
Octal 301 70 23 0 107 132 30 15 122 52
Binary 11000001 111000 10011 0 1000111 1011010 11000 1101 1010010 101010

Color Harmonies of #C13813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13813

Black with #C13813

Text Example


Text Example

White with #C13813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13813; }

 p { color: rgb(193,56,19); }

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

background-color css

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

 a { background-color: rgb(193,56,19); }

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

border-color css

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

 span { border-color: rgb(193,56,19); }

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