Html Css Color HEX #C12815 Harley Davidson Orange

📋 copy color: '#C12815'

red 193 ◦ green 40 ◦ blue 21

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

Shades of Harley Davidson Orange #C12815

Tints of Harley Davidson Orange #C12815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 75.98%
G = 15.75%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C12815 (or 0xC12815) is known color: Harley Davidson Orange. HEX triplet: C1, 28 and 15. RGB value is (193,40,21). Sum of RGB (Red+Green+Blue) = 193+40+21=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C12815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12815 is #3ED7EA. Grayscale: #535353. Windows color (decimal): -4118507 or 1386689. OLE color: 1386689.

HSL color Cylindrical-coordinate representation of color #C12815: hue angle of 6.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C12815 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 21 -
CMYK 0 0.79 0.89 0.24
HSL 6.63º 0.8% 0.42% -
HSV(B) 6.63º 0.89% 0.76% -
XYZ 22.89 12.91 1.99 -
YUV 83.58 92.69 206.04 -
System Red Green Blue C M Y K H S L
Decimal 193 40 21 0 0.79 0.89 0.24 6.63 0.8 0.42
Hex C1 28 15 0 4F 59 18 7 50 2A
Octal 301 50 25 0 117 131 30 7 120 52
Binary 11000001 101000 10101 0 1001111 1011001 11000 111 1010000 101010

Color Harmonies of #C12815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12815

Black with #C12815

Text Example


Text Example

White with #C12815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12815; }

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

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

background-color css

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

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

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

border-color css

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

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

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