Html Css Color HEX #C12713 Harley Davidson Orange

📋 copy color: '#C12713'

red 193 ◦ green 39 ◦ blue 19

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

Shades of Harley Davidson Orange #C12713

Tints of Harley Davidson Orange #C12713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 76.89%
G = 15.54%
B = 7.57%

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

#C12713 (or 0xC12713) is known color: Harley Davidson Orange. HEX triplet: C1, 27 and 13. RGB value is (193,39,19). Sum of RGB (Red+Green+Blue) = 193+39+19=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C12713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12713 is #3ED8EC. Grayscale: #535353. Windows color (decimal): -4118765 or 1255361. OLE color: 1255361.

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

Color convert

RGB 193 39 19 -
CMYK 0 0.80 0.90 0.24
HSL 6.9º 0.82% 0.42% -
HSV(B) 6.9º 0.9% 0.76% -
XYZ 22.84 12.84 1.89 -
YUV 82.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 193 39 19 0 0.80 0.90 0.24 6.9 0.82 0.42
Hex C1 27 13 0 50 5A 18 7 52 2A
Octal 301 47 23 0 120 132 30 7 122 52
Binary 11000001 100111 10011 0 1010000 1011010 11000 111 1010010 101010

Color Harmonies of #C12713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12713

Black with #C12713

Text Example


Text Example

White with #C12713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12713; }

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

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

background-color css

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

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

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

border-color css

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

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

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