Html Css Color HEX #C12209 Harley Davidson Orange

📋 copy color: '#C12209'

red 193 ◦ green 34 ◦ blue 9

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

Shades of Harley Davidson Orange #C12209

Tints of Harley Davidson Orange #C12209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.81%

R = 81.78%
G = 14.41%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C12209 (or 0xC12209) is known color: Harley Davidson Orange. HEX triplet: C1, 22 and 09. RGB value is (193,34,9). Sum of RGB (Red+Green+Blue) = 193+34+9=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C12209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12209 is #3EDDF6. Grayscale: #4E4E4E. Windows color (decimal): -4120055 or 598721. OLE color: 598721.

HSL color Cylindrical-coordinate representation of color #C12209: hue angle of 8.15º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C12209 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 34 9 -
CMYK 0 0.82 0.95 0.24
HSL 8.15º 0.91% 0.4% -
HSV(B) 8.15º 0.95% 0.76% -
XYZ 22.61 12.5 1.48 -
YUV 78.69 88.68 209.53 -
System Red Green Blue C M Y K H S L
Decimal 193 34 9 0 0.82 0.95 0.24 8.15 0.91 0.4
Hex C1 22 9 0 52 5F 18 8 5B 28
Octal 301 42 11 0 122 137 30 10 133 50
Binary 11000001 100010 1001 0 1010010 1011111 11000 1000 1011011 101000

Color Harmonies of #C12209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12209

Black with #C12209

Text Example


Text Example

White with #C12209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12209; }

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

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

background-color css

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

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

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

border-color css

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

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

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