Html Css Color HEX #C12F06 Harley Davidson Orange

📋 copy color: '#C12F06'

red 193 ◦ green 47 ◦ blue 6

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

Shades of Harley Davidson Orange #C12F06

Tints of Harley Davidson Orange #C12F06

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.11%

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 78.46%
G = 19.11%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C12F06 (or 0xC12F06) is known color: Harley Davidson Orange. HEX triplet: C1, 2F and 06. RGB value is (193,47,6). Sum of RGB (Red+Green+Blue) = 193+47+6=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12F06 is #3ED0F9. Grayscale: #565656. Windows color (decimal): -4116730 or 405441. OLE color: 405441.

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

Color convert

RGB 193 47 6 -
CMYK 0 0.76 0.97 0.24
HSL 13.16º 0.94% 0.39% -
HSV(B) 13.16º 0.97% 0.76% -
XYZ 23.04 13.38 1.54 -
YUV 85.98 82.87 204.33 -
System Red Green Blue C M Y K H S L
Decimal 193 47 6 0 0.76 0.97 0.24 13.16 0.94 0.39
Hex C1 2F 6 0 4C 61 18 D 5E 27
Octal 301 57 6 0 114 141 30 15 136 47
Binary 11000001 101111 110 0 1001100 1100001 11000 1101 1011110 100111

Color Harmonies of #C12F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12F06

Black with #C12F06

Text Example


Text Example

White with #C12F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12F06; }

 p { color: rgb(193,47,6); }

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

background-color css

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

 a { background-color: rgb(193,47,6); }

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

border-color css

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

 span { border-color: rgb(193,47,6); }

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