Html Css Color HEX #C12205 Harley Davidson Orange

📋 copy color: '#C12205'

red 193 ◦ green 34 ◦ blue 5

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

Shades of Harley Davidson Orange #C12205

Tints of Harley Davidson Orange #C12205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

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

R = 83.19%
G = 14.66%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C12205 (or 0xC12205) is known color: Harley Davidson Orange. HEX triplet: C1, 22 and 05. RGB value is (193,34,5). Sum of RGB (Red+Green+Blue) = 193+34+5=232 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.19% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 193 - color contains mainly: red. Hex color #C12205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12205 is #3EDDFA. Grayscale: #4E4E4E. Windows color (decimal): -4120059 or 336577. OLE color: 336577.

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

Color convert

RGB 193 34 5 -
CMYK 0 0.82 0.97 0.24
HSL 9.26º 0.95% 0.39% -
HSV(B) 9.26º 0.97% 0.76% -
XYZ 22.59 12.49 1.36 -
YUV 78.24 86.68 209.86 -
System Red Green Blue C M Y K H S L
Decimal 193 34 5 0 0.82 0.97 0.24 9.26 0.95 0.39
Hex C1 22 5 0 52 61 18 9 5F 27
Octal 301 42 5 0 122 141 30 11 137 47
Binary 11000001 100010 101 0 1010010 1100001 11000 1001 1011111 100111

Color Harmonies of #C12205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12205

Black with #C12205

Text Example


Text Example

White with #C12205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12205; }

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

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

background-color css

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

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

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

border-color css

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

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

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