Html Css Color HEX #C13B1C Harley Davidson Orange

📋 copy color: '#C13B1C'

red 193 ◦ green 59 ◦ blue 28

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

Shades of Harley Davidson Orange #C13B1C

Tints of Harley Davidson Orange #C13B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.07%

 BLUE value IS 28 (11.33% from 255) = 10%

R = 68.93%
G = 21.07%
B = 10%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C13B1C (or 0xC13B1C) is known color: Harley Davidson Orange. HEX triplet: C1, 3B and 1C. RGB value is (193,59,28). Sum of RGB (Red+Green+Blue) = 193+59+28=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13B1C is #3EC4E3. Grayscale: #5F5F5F. Windows color (decimal): -4113636 or 1850305. OLE color: 1850305.

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

Color convert

RGB 193 59 28 -
CMYK 0 0.69 0.85 0.24
HSL 11.27º 0.75% 0.43% -
HSV(B) 11.27º 0.85% 0.76% -
XYZ 23.77 14.55 2.65 -
YUV 95.53 89.89 197.52 -
System Red Green Blue C M Y K H S L
Decimal 193 59 28 0 0.69 0.85 0.24 11.27 0.75 0.43
Hex C1 3B 1C 0 45 55 18 B 4B 2B
Octal 301 73 34 0 105 125 30 13 113 53
Binary 11000001 111011 11100 0 1000101 1010101 11000 1011 1001011 101011

Color Harmonies of #C13B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B1C

Black with #C13B1C

Text Example


Text Example

White with #C13B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B1C; }

 p { color: rgb(193,59,28); }

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

background-color css

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

 a { background-color: rgb(193,59,28); }

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

border-color css

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

 span { border-color: rgb(193,59,28); }

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