Html Css Color HEX #C12A00 Harley Davidson Orange

📋 copy color: '#C12A00'

red 193 ◦ green 42 ◦ blue 0

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

Shades of Harley Davidson Orange #C12A00

Tints of Harley Davidson Orange #C12A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.13%
G = 17.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C12A00 (or 0xC12A00) is known color: Harley Davidson Orange. HEX triplet: C1, 2A and 00. RGB value is (193,42,0). Sum of RGB (Red+Green+Blue) = 193+42+0=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12A00 is #3ED5FF. Grayscale: #525252. Windows color (decimal): -4118016 or 10945. OLE color: 10945.

HSL color Cylindrical-coordinate representation of color #C12A00: hue angle of 13.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C12A00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 42 0 -
CMYK 0 0.78 1 0.24
HSL 13.06º 1% 0.38% -
HSV(B) 13.06º 1% 0.76% -
XYZ 22.82 12.99 1.31 -
YUV 82.36 81.53 206.92 -
System Red Green Blue C M Y K H S L
Decimal 193 42 0 0 0.78 1 0.24 13.06 1 0.38
Hex C1 2A 0 0 4E 64 18 D 64 26
Octal 301 52 0 0 116 144 30 15 144 46
Binary 11000001 101010 0 0 1001110 1100100 11000 1101 1100100 100110

Color Harmonies of #C12A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A00

Black with #C12A00

Text Example


Text Example

White with #C12A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A00; }

 p { color: rgb(193,42,0); }

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

background-color css

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

 a { background-color: rgb(193,42,0); }

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

border-color css

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

 span { border-color: rgb(193,42,0); }

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