Html Css Color HEX #C12609 Harley Davidson Orange

📋 copy color: '#C12609'

red 193 ◦ green 38 ◦ blue 9

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

Shades of Harley Davidson Orange #C12609

Tints of Harley Davidson Orange #C12609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

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

R = 80.42%
G = 15.83%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C12609 (or 0xC12609) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 09. RGB value is (193,38,9). Sum of RGB (Red+Green+Blue) = 193+38+9=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C12609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12609 is #3ED9F6. Grayscale: #515151. Windows color (decimal): -4119031 or 599745. OLE color: 599745.

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

Color convert

RGB 193 38 9 -
CMYK 0 0.80 0.95 0.24
HSL 9.46º 0.91% 0.4% -
HSV(B) 9.46º 0.95% 0.76% -
XYZ 22.73 12.74 1.52 -
YUV 81.04 87.35 207.86 -
System Red Green Blue C M Y K H S L
Decimal 193 38 9 0 0.80 0.95 0.24 9.46 0.91 0.4
Hex C1 26 9 0 50 5F 18 9 5B 28
Octal 301 46 11 0 120 137 30 11 133 50
Binary 11000001 100110 1001 0 1010000 1011111 11000 1001 1011011 101000

Color Harmonies of #C12609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12609

Black with #C12609

Text Example


Text Example

White with #C12609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12609; }

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

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

background-color css

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

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

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

border-color css

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

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

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