Html Css Color HEX #C12E1B Harley Davidson Orange

📋 copy color: '#C12E1B'

red 193 ◦ green 46 ◦ blue 27

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

Shades of Harley Davidson Orange #C12E1B

Tints of Harley Davidson Orange #C12E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 72.56%
G = 17.29%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C12E1B (or 0xC12E1B) is known color: Harley Davidson Orange. HEX triplet: C1, 2E and 1B. RGB value is (193,46,27). Sum of RGB (Red+Green+Blue) = 193+46+27=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E1B is #3ED1E4. Grayscale: #585858. Windows color (decimal): -4116965 or 1781441. OLE color: 1781441.

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

Color convert

RGB 193 46 27 -
CMYK 0 0.76 0.86 0.24
HSL 6.87º 0.75% 0.43% -
HSV(B) 6.87º 0.86% 0.76% -
XYZ 23.17 13.37 2.4 -
YUV 87.79 93.7 203.04 -
System Red Green Blue C M Y K H S L
Decimal 193 46 27 0 0.76 0.86 0.24 6.87 0.75 0.43
Hex C1 2E 1B 0 4C 56 18 7 4B 2B
Octal 301 56 33 0 114 126 30 7 113 53
Binary 11000001 101110 11011 0 1001100 1010110 11000 111 1001011 101011

Color Harmonies of #C12E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12E1B

Black with #C12E1B

Text Example


Text Example

White with #C12E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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