Html Css Color HEX #C13B12 Harley Davidson Orange

📋 copy color: '#C13B12'

red 193 ◦ green 59 ◦ blue 18

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

Shades of Harley Davidson Orange #C13B12

Tints of Harley Davidson Orange #C13B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 71.48%
G = 21.85%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C13B12 (or 0xC13B12) is known color: Harley Davidson Orange. HEX triplet: C1, 3B and 12. RGB value is (193,59,18). Sum of RGB (Red+Green+Blue) = 193+59+18=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13B12 is #3EC4ED. Grayscale: #5E5E5E. Windows color (decimal): -4113646 or 1194945. OLE color: 1194945.

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

Color convert

RGB 193 59 18 -
CMYK 0 0.69 0.91 0.24
HSL 14.06º 0.83% 0.41% -
HSV(B) 14.06º 0.91% 0.76% -
XYZ 23.67 14.51 2.13 -
YUV 94.39 84.89 198.33 -
System Red Green Blue C M Y K H S L
Decimal 193 59 18 0 0.69 0.91 0.24 14.06 0.83 0.41
Hex C1 3B 12 0 45 5B 18 E 53 29
Octal 301 73 22 0 105 133 30 16 123 51
Binary 11000001 111011 10010 0 1000101 1011011 11000 1110 1010011 101001

Color Harmonies of #C13B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B12

Black with #C13B12

Text Example


Text Example

White with #C13B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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