Html Css Color HEX #C13818 Harley Davidson Orange

📋 copy color: '#C13818'

red 193 ◦ green 56 ◦ blue 24

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

Shades of Harley Davidson Orange #C13818

Tints of Harley Davidson Orange #C13818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

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

R = 70.7%
G = 20.51%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C13818 (or 0xC13818) is known color: Harley Davidson Orange. HEX triplet: C1, 38 and 18. RGB value is (193,56,24). Sum of RGB (Red+Green+Blue) = 193+56+24=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C13818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13818 is #3EC7E7. Grayscale: #5D5D5D. Windows color (decimal): -4114408 or 1587393. OLE color: 1587393.

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

Color convert

RGB 193 56 24 -
CMYK 0 0.71 0.88 0.24
HSL 11.36º 0.78% 0.43% -
HSV(B) 11.36º 0.88% 0.76% -
XYZ 23.57 14.23 2.37 -
YUV 93.32 88.89 199.1 -
System Red Green Blue C M Y K H S L
Decimal 193 56 24 0 0.71 0.88 0.24 11.36 0.78 0.43
Hex C1 38 18 0 47 58 18 B 4E 2B
Octal 301 70 30 0 107 130 30 13 116 53
Binary 11000001 111000 11000 0 1000111 1011000 11000 1011 1001110 101011

Color Harmonies of #C13818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13818

Black with #C13818

Text Example


Text Example

White with #C13818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13818; }

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

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

background-color css

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

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

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

border-color css

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

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

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