Html Css Color HEX #C12E12 Harley Davidson Orange

📋 copy color: '#C12E12'

red 193 ◦ green 46 ◦ blue 18

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

Shades of Harley Davidson Orange #C12E12

Tints of Harley Davidson Orange #C12E12

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

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

R = 75.1%
G = 17.9%
B = 7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C12E12 (or 0xC12E12) is known color: Harley Davidson Orange. HEX triplet: C1, 2E and 12. RGB value is (193,46,18). Sum of RGB (Red+Green+Blue) = 193+46+18=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12E12 is #3ED1ED. Grayscale: #575757. Windows color (decimal): -4116974 or 1191617. OLE color: 1191617.

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

Color convert

RGB 193 46 18 -
CMYK 0 0.76 0.91 0.24
HSL 9.6º 0.83% 0.41% -
HSV(B) 9.6º 0.91% 0.76% -
XYZ 23.08 13.34 1.93 -
YUV 86.76 89.2 203.78 -
System Red Green Blue C M Y K H S L
Decimal 193 46 18 0 0.76 0.91 0.24 9.6 0.83 0.41
Hex C1 2E 12 0 4C 5B 18 A 53 29
Octal 301 56 22 0 114 133 30 12 123 51
Binary 11000001 101110 10010 0 1001100 1011011 11000 1010 1010011 101001

Color Harmonies of #C12E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12E12

Black with #C12E12

Text Example


Text Example

White with #C12E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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