Html Css Color HEX #C12717 Harley Davidson Orange

📋 copy color: '#C12717'

red 193 ◦ green 39 ◦ blue 23

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

Shades of Harley Davidson Orange #C12717

Tints of Harley Davidson Orange #C12717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

 BLUE value IS 23 (9.38% from 255) = 9.02%

R = 75.69%
G = 15.29%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C12717 (or 0xC12717) is known color: Harley Davidson Orange. HEX triplet: C1, 27 and 17. RGB value is (193,39,23). Sum of RGB (Red+Green+Blue) = 193+39+23=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C12717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12717 is #3ED8E8. Grayscale: #535353. Windows color (decimal): -4118761 or 1517505. OLE color: 1517505.

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

Color convert

RGB 193 39 23 -
CMYK 0 0.80 0.88 0.24
HSL 5.65º 0.79% 0.42% -
HSV(B) 5.65º 0.88% 0.76% -
XYZ 22.87 12.85 2.09 -
YUV 83.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 193 39 23 0 0.80 0.88 0.24 5.65 0.79 0.42
Hex C1 27 17 0 50 58 18 6 4F 2A
Octal 301 47 27 0 120 130 30 6 117 52
Binary 11000001 100111 10111 0 1010000 1011000 11000 110 1001111 101010

Color Harmonies of #C12717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12717

Black with #C12717

Text Example


Text Example

White with #C12717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12717; }

 p { color: rgb(193,39,23); }

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

background-color css

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

 a { background-color: rgb(193,39,23); }

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

border-color css

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

 span { border-color: rgb(193,39,23); }

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