Html Css Color HEX #C13718 Harley Davidson Orange

📋 copy color: '#C13718'

red 193 ◦ green 55 ◦ blue 24

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

Shades of Harley Davidson Orange #C13718

Tints of Harley Davidson Orange #C13718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.22%

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 70.96%
G = 20.22%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C13718 (or 0xC13718) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 18. RGB value is (193,55,24). Sum of RGB (Red+Green+Blue) = 193+55+24=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C13718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13718 is #3EC8E7. Grayscale: #5C5C5C. Windows color (decimal): -4114664 or 1587137. OLE color: 1587137.

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

Color convert

RGB 193 55 24 -
CMYK 0 0.72 0.88 0.24
HSL 11.01º 0.78% 0.43% -
HSV(B) 11.01º 0.88% 0.76% -
XYZ 23.52 14.14 2.35 -
YUV 92.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 193 55 24 0 0.72 0.88 0.24 11.01 0.78 0.43
Hex C1 37 18 0 48 58 18 B 4E 2B
Octal 301 67 30 0 110 130 30 13 116 53
Binary 11000001 110111 11000 0 1001000 1011000 11000 1011 1001110 101011

Color Harmonies of #C13718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13718

Black with #C13718

Text Example


Text Example

White with #C13718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13718; }

 p { color: rgb(193,55,24); }

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

background-color css

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

 a { background-color: rgb(193,55,24); }

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

border-color css

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

 span { border-color: rgb(193,55,24); }

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