Html Css Color HEX #C12E19 Harley Davidson Orange

📋 copy color: '#C12E19'

red 193 ◦ green 46 ◦ blue 25

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

Shades of Harley Davidson Orange #C12E19

Tints of Harley Davidson Orange #C12E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.47%

R = 73.11%
G = 17.42%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C12E19 (or 0xC12E19) is known color: Harley Davidson Orange. HEX triplet: C1, 2E and 19. RGB value is (193,46,25). Sum of RGB (Red+Green+Blue) = 193+46+25=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12E19 is #3ED1E6. Grayscale: #575757. Windows color (decimal): -4116967 or 1650369. OLE color: 1650369.

HSL color Cylindrical-coordinate representation of color #C12E19: hue angle of 7.5º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C12E19 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 46 25 -
CMYK 0 0.76 0.87 0.24
HSL 7.5º 0.77% 0.43% -
HSV(B) 7.5º 0.87% 0.76% -
XYZ 23.14 13.36 2.28 -
YUV 87.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 193 46 25 0 0.76 0.87 0.24 7.5 0.77 0.43
Hex C1 2E 19 0 4C 57 18 8 4D 2B
Octal 301 56 31 0 114 127 30 10 115 53
Binary 11000001 101110 11001 0 1001100 1010111 11000 1000 1001101 101011

Color Harmonies of #C12E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12E19

Black with #C12E19

Text Example


Text Example

White with #C12E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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