Html Css Color HEX #C13612 Harley Davidson Orange

📋 copy color: '#C13612'

red 193 ◦ green 54 ◦ blue 18

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

Shades of Harley Davidson Orange #C13612

Tints of Harley Davidson Orange #C13612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.38%

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

R = 72.83%
G = 20.38%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C13612 (or 0xC13612) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 12. RGB value is (193,54,18). Sum of RGB (Red+Green+Blue) = 193+54+18=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C13612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13612 is #3EC9ED. Grayscale: #5B5B5B. Windows color (decimal): -4114926 or 1193665. OLE color: 1193665.

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

Color convert

RGB 193 54 18 -
CMYK 0 0.72 0.91 0.24
HSL 12.34º 0.83% 0.41% -
HSV(B) 12.34º 0.91% 0.76% -
XYZ 23.42 14.02 2.04 -
YUV 91.46 86.55 200.43 -
System Red Green Blue C M Y K H S L
Decimal 193 54 18 0 0.72 0.91 0.24 12.34 0.83 0.41
Hex C1 36 12 0 48 5B 18 C 53 29
Octal 301 66 22 0 110 133 30 14 123 51
Binary 11000001 110110 10010 0 1001000 1011011 11000 1100 1010011 101001

Color Harmonies of #C13612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13612

Black with #C13612

Text Example


Text Example

White with #C13612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13612; }

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

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

background-color css

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

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

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

border-color css

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

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

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