Html Css Color HEX #C12B05 Harley Davidson Orange

📋 copy color: '#C12B05'

red 193 ◦ green 43 ◦ blue 5

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

Shades of Harley Davidson Orange #C12B05

Tints of Harley Davidson Orange #C12B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 80.08%
G = 17.84%
B = 2.07%

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

#C12B05 (or 0xC12B05) is known color: Harley Davidson Orange. HEX triplet: C1, 2B and 05. RGB value is (193,43,5). Sum of RGB (Red+Green+Blue) = 193+43+5=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12B05 is #3ED4FA. Grayscale: #535353. Windows color (decimal): -4117755 or 338881. OLE color: 338881.

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

Color convert

RGB 193 43 5 -
CMYK 0 0.78 0.97 0.24
HSL 12.13º 0.95% 0.39% -
HSV(B) 12.13º 0.97% 0.76% -
XYZ 22.88 13.08 1.46 -
YUV 83.52 83.7 206.09 -
System Red Green Blue C M Y K H S L
Decimal 193 43 5 0 0.78 0.97 0.24 12.13 0.95 0.39
Hex C1 2B 5 0 4E 61 18 C 5F 27
Octal 301 53 5 0 116 141 30 14 137 47
Binary 11000001 101011 101 0 1001110 1100001 11000 1100 1011111 100111

Color Harmonies of #C12B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12B05

Black with #C12B05

Text Example


Text Example

White with #C12B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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