Html Css Color HEX #C12613 Harley Davidson Orange

📋 copy color: '#C12613'

red 193 ◦ green 38 ◦ blue 19

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

Shades of Harley Davidson Orange #C12613

Tints of Harley Davidson Orange #C12613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 77.2%
G = 15.2%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C12613 (or 0xC12613) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 13. RGB value is (193,38,19). Sum of RGB (Red+Green+Blue) = 193+38+19=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C12613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12613 is #3ED9EC. Grayscale: #525252. Windows color (decimal): -4119021 or 1255105. OLE color: 1255105.

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

Color convert

RGB 193 38 19 -
CMYK 0 0.80 0.90 0.24
HSL 6.55º 0.82% 0.42% -
HSV(B) 6.55º 0.9% 0.76% -
XYZ 22.8 12.77 1.88 -
YUV 82.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 193 38 19 0 0.80 0.90 0.24 6.55 0.82 0.42
Hex C1 26 13 0 50 5A 18 7 52 2A
Octal 301 46 23 0 120 132 30 7 122 52
Binary 11000001 100110 10011 0 1010000 1011010 11000 111 1010010 101010

Color Harmonies of #C12613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12613

Black with #C12613

Text Example


Text Example

White with #C12613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12613; }

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

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

background-color css

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

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

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

border-color css

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

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

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