Html Css Color HEX #C12F05 Harley Davidson Orange

📋 copy color: '#C12F05'

red 193 ◦ green 47 ◦ blue 5

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

Shades of Harley Davidson Orange #C12F05

Tints of Harley Davidson Orange #C12F05

RGB

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

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

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

R = 78.78%
G = 19.18%
B = 2.04%

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

#C12F05 (or 0xC12F05) is known color: Harley Davidson Orange. HEX triplet: C1, 2F and 05. RGB value is (193,47,5). Sum of RGB (Red+Green+Blue) = 193+47+5=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12F05 is #3ED0FA. Grayscale: #565656. Windows color (decimal): -4116731 or 339905. OLE color: 339905.

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

Color convert

RGB 193 47 5 -
CMYK 0 0.76 0.97 0.24
HSL 13.4º 0.95% 0.39% -
HSV(B) 13.4º 0.97% 0.76% -
XYZ 23.04 13.38 1.51 -
YUV 85.87 82.37 204.42 -
System Red Green Blue C M Y K H S L
Decimal 193 47 5 0 0.76 0.97 0.24 13.4 0.95 0.39
Hex C1 2F 5 0 4C 61 18 D 5F 27
Octal 301 57 5 0 114 141 30 15 137 47
Binary 11000001 101111 101 0 1001100 1100001 11000 1101 1011111 100111

Color Harmonies of #C12F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12F05

Black with #C12F05

Text Example


Text Example

White with #C12F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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