Html Css Color HEX #C13415 Harley Davidson Orange

📋 copy color: '#C13415'

red 193 ◦ green 52 ◦ blue 21

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

Shades of Harley Davidson Orange #C13415

Tints of Harley Davidson Orange #C13415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 72.56%
G = 19.55%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C13415 (or 0xC13415) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 15. RGB value is (193,52,21). Sum of RGB (Red+Green+Blue) = 193+52+21=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13415 is #3ECBEA. Grayscale: #5A5A5A. Windows color (decimal): -4115435 or 1389761. OLE color: 1389761.

HSL color Cylindrical-coordinate representation of color #C13415: hue angle of 10.81º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C13415 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 21 -
CMYK 0 0.73 0.89 0.24
HSL 10.81º 0.8% 0.42% -
HSV(B) 10.81º 0.89% 0.76% -
XYZ 23.36 13.85 2.15 -
YUV 90.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 193 52 21 0 0.73 0.89 0.24 10.81 0.8 0.42
Hex C1 34 15 0 49 59 18 B 50 2A
Octal 301 64 25 0 111 131 30 13 120 52
Binary 11000001 110100 10101 0 1001001 1011001 11000 1011 1010000 101010

Color Harmonies of #C13415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13415

Black with #C13415

Text Example


Text Example

White with #C13415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13415; }

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

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

background-color css

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

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

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

border-color css

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

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

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