Html Css Color HEX #C13123 Harley Davidson Orange

📋 copy color: '#C13123'

red 193 ◦ green 49 ◦ blue 35

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

Shades of Harley Davidson Orange #C13123

Tints of Harley Davidson Orange #C13123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.69%

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 69.68%
G = 17.69%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C13123 (or 0xC13123) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 23. RGB value is (193,49,35). Sum of RGB (Red+Green+Blue) = 193+49+35=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C13123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13123 is #3ECEDC. Grayscale: #5A5A5A. Windows color (decimal): -4116189 or 2306497. OLE color: 2306497.

HSL color Cylindrical-coordinate representation of color #C13123: hue angle of 5.32º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C13123 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 35 -
CMYK 0 0.75 0.82 0.24
HSL 5.32º 0.69% 0.45% -
HSV(B) 5.32º 0.82% 0.76% -
XYZ 23.39 13.66 2.99 -
YUV 90.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 193 49 35 0 0.75 0.82 0.24 5.32 0.69 0.45
Hex C1 31 23 0 4B 52 18 5 45 2D
Octal 301 61 43 0 113 122 30 5 105 55
Binary 11000001 110001 100011 0 1001011 1010010 11000 101 1000101 101101

Color Harmonies of #C13123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13123

Black with #C13123

Text Example


Text Example

White with #C13123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13123; }

 p { color: rgb(193,49,35); }

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

background-color css

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

 a { background-color: rgb(193,49,35); }

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

border-color css

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

 span { border-color: rgb(193,49,35); }

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