Html Css Color HEX #C12505 Harley Davidson Orange

📋 copy color: '#C12505'

red 193 ◦ green 37 ◦ blue 5

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

Shades of Harley Davidson Orange #C12505

Tints of Harley Davidson Orange #C12505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

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

R = 82.13%
G = 15.74%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C12505 (or 0xC12505) is known color: Harley Davidson Orange. HEX triplet: C1, 25 and 05. RGB value is (193,37,5). Sum of RGB (Red+Green+Blue) = 193+37+5=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C12505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12505 is #3EDAFA. Grayscale: #505050. Windows color (decimal): -4119291 or 337345. OLE color: 337345.

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

Color convert

RGB 193 37 5 -
CMYK 0 0.81 0.97 0.24
HSL 10.21º 0.95% 0.39% -
HSV(B) 10.21º 0.97% 0.76% -
XYZ 22.68 12.67 1.39 -
YUV 80 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 193 37 5 0 0.81 0.97 0.24 10.21 0.95 0.39
Hex C1 25 5 0 51 61 18 A 5F 27
Octal 301 45 5 0 121 141 30 12 137 47
Binary 11000001 100101 101 0 1010001 1100001 11000 1010 1011111 100111

Color Harmonies of #C12505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12505

Black with #C12505

Text Example


Text Example

White with #C12505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12505; }

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

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

background-color css

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

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

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

border-color css

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

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

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