Html Css Color HEX #C13413 Harley Davidson Orange

📋 copy color: '#C13413'

red 193 ◦ green 52 ◦ blue 19

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

Shades of Harley Davidson Orange #C13413

Tints of Harley Davidson Orange #C13413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

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

R = 73.11%
G = 19.7%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C13413 (or 0xC13413) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 13. RGB value is (193,52,19). Sum of RGB (Red+Green+Blue) = 193+52+19=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C13413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13413 is #3ECBEC. Grayscale: #5A5A5A. Windows color (decimal): -4115437 or 1258689. OLE color: 1258689.

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

Color convert

RGB 193 52 19 -
CMYK 0 0.73 0.90 0.24
HSL 11.38º 0.82% 0.42% -
HSV(B) 11.38º 0.9% 0.76% -
XYZ 23.34 13.84 2.06 -
YUV 90.4 87.71 201.18 -
System Red Green Blue C M Y K H S L
Decimal 193 52 19 0 0.73 0.90 0.24 11.38 0.82 0.42
Hex C1 34 13 0 49 5A 18 B 52 2A
Octal 301 64 23 0 111 132 30 13 122 52
Binary 11000001 110100 10011 0 1001001 1011010 11000 1011 1010010 101010

Color Harmonies of #C13413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13413

Black with #C13413

Text Example


Text Example

White with #C13413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13413; }

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

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

background-color css

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

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

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

border-color css

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

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

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