Html Css Color HEX #C12913 Harley Davidson Orange

📋 copy color: '#C12913'

red 193 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #C12913

Tints of Harley Davidson Orange #C12913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

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

R = 76.28%
G = 16.21%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C12913 (or 0xC12913) is known color: Harley Davidson Orange. HEX triplet: C1, 29 and 13. RGB value is (193,41,19). Sum of RGB (Red+Green+Blue) = 193+41+19=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C12913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12913 is #3ED6EC. Grayscale: #545454. Windows color (decimal): -4118253 or 1255873. OLE color: 1255873.

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

Color convert

RGB 193 41 19 -
CMYK 0 0.79 0.90 0.24
HSL 7.59º 0.82% 0.42% -
HSV(B) 7.59º 0.9% 0.76% -
XYZ 22.9 12.97 1.91 -
YUV 83.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 193 41 19 0 0.79 0.90 0.24 7.59 0.82 0.42
Hex C1 29 13 0 4F 5A 18 8 52 2A
Octal 301 51 23 0 117 132 30 10 122 52
Binary 11000001 101001 10011 0 1001111 1011010 11000 1000 1010010 101010

Color Harmonies of #C12913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12913

Black with #C12913

Text Example


Text Example

White with #C12913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12913; }

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

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

background-color css

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

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

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

border-color css

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

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

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