Html Css Color HEX #C12615 Harley Davidson Orange

📋 copy color: '#C12615'

red 193 ◦ green 38 ◦ blue 21

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

Shades of Harley Davidson Orange #C12615

Tints of Harley Davidson Orange #C12615

RGB

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

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

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

R = 76.59%
G = 15.08%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C12615 (or 0xC12615) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 15. RGB value is (193,38,21). Sum of RGB (Red+Green+Blue) = 193+38+21=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C12615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12615 is #3ED9EA. Grayscale: #525252. Windows color (decimal): -4119019 or 1386177. OLE color: 1386177.

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

Color convert

RGB 193 38 21 -
CMYK 0 0.80 0.89 0.24
HSL 5.93º 0.8% 0.42% -
HSV(B) 5.93º 0.89% 0.76% -
XYZ 22.82 12.78 1.97 -
YUV 82.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 193 38 21 0 0.80 0.89 0.24 5.93 0.8 0.42
Hex C1 26 15 0 50 59 18 6 50 2A
Octal 301 46 25 0 120 131 30 6 120 52
Binary 11000001 100110 10101 0 1010000 1011001 11000 110 1010000 101010

Color Harmonies of #C12615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12615

Black with #C12615

Text Example


Text Example

White with #C12615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12615; }

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

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

background-color css

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

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

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

border-color css

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

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

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