Html Css Color HEX #C12800 Harley Davidson Orange

📋 copy color: '#C12800'

red 193 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #C12800

Tints of Harley Davidson Orange #C12800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 82.83%
G = 17.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C12800 (or 0xC12800) is known color: Harley Davidson Orange. HEX triplet: C1, 28 and 00. RGB value is (193,40,0). Sum of RGB (Red+Green+Blue) = 193+40+0=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C12800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12800 is #3ED7FF. Grayscale: #515151. Windows color (decimal): -4118528 or 10433. OLE color: 10433.

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

Color convert

RGB 193 40 0 -
CMYK 0 0.79 1 0.24
HSL 12.44º 1% 0.38% -
HSV(B) 12.44º 1% 0.76% -
XYZ 22.75 12.86 1.28 -
YUV 81.19 82.19 207.75 -
System Red Green Blue C M Y K H S L
Decimal 193 40 0 0 0.79 1 0.24 12.44 1 0.38
Hex C1 28 0 0 4F 64 18 C 64 26
Octal 301 50 0 0 117 144 30 14 144 46
Binary 11000001 101000 0 0 1001111 1100100 11000 1100 1100100 100110

Color Harmonies of #C12800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12800

Black with #C12800

Text Example


Text Example

White with #C12800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12800; }

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

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

background-color css

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

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

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

border-color css

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

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

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