Html Css Color HEX #C12B06 Harley Davidson Orange

📋 copy color: '#C12B06'

red 193 ◦ green 43 ◦ blue 6

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

Shades of Harley Davidson Orange #C12B06

Tints of Harley Davidson Orange #C12B06

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.77%

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

R = 79.75%
G = 17.77%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C12B06 (or 0xC12B06) is known color: Harley Davidson Orange. HEX triplet: C1, 2B and 06. RGB value is (193,43,6). Sum of RGB (Red+Green+Blue) = 193+43+6=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12B06 is #3ED4F9. Grayscale: #535353. Windows color (decimal): -4117754 or 404417. OLE color: 404417.

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

Color convert

RGB 193 43 6 -
CMYK 0 0.78 0.97 0.24
HSL 11.87º 0.94% 0.39% -
HSV(B) 11.87º 0.97% 0.76% -
XYZ 22.89 13.08 1.49 -
YUV 83.63 84.2 206.01 -
System Red Green Blue C M Y K H S L
Decimal 193 43 6 0 0.78 0.97 0.24 11.87 0.94 0.39
Hex C1 2B 6 0 4E 61 18 C 5E 27
Octal 301 53 6 0 116 141 30 14 136 47
Binary 11000001 101011 110 0 1001110 1100001 11000 1100 1011110 100111

Color Harmonies of #C12B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12B06

Black with #C12B06

Text Example


Text Example

White with #C12B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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