Html Css Color HEX #C13A22 Harley Davidson Orange

📋 copy color: '#C13A22'

red 193 ◦ green 58 ◦ blue 34

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

Shades of Harley Davidson Orange #C13A22

Tints of Harley Davidson Orange #C13A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 67.72%
G = 20.35%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C13A22 (or 0xC13A22) is known color: Harley Davidson Orange. HEX triplet: C1, 3A and 22. RGB value is (193,58,34). Sum of RGB (Red+Green+Blue) = 193+58+34=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A22 is #3EC5DD. Grayscale: #5F5F5F. Windows color (decimal): -4113886 or 2243265. OLE color: 2243265.

HSL color Cylindrical-coordinate representation of color #C13A22: hue angle of 9.06º degrees, saturation: 0.7, 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 #C13A22 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 58 34 -
CMYK 0 0.70 0.82 0.24
HSL 9.06º 0.7% 0.45% -
HSV(B) 9.06º 0.82% 0.76% -
XYZ 23.79 14.48 3.05 -
YUV 95.63 93.23 197.45 -
System Red Green Blue C M Y K H S L
Decimal 193 58 34 0 0.70 0.82 0.24 9.06 0.7 0.45
Hex C1 3A 22 0 46 52 18 9 46 2D
Octal 301 72 42 0 106 122 30 11 106 55
Binary 11000001 111010 100010 0 1000110 1010010 11000 1001 1000110 101101

Color Harmonies of #C13A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A22

Black with #C13A22

Text Example


Text Example

White with #C13A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A22; }

 p { color: rgb(193,58,34); }

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

background-color css

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

 a { background-color: rgb(193,58,34); }

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

border-color css

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

 span { border-color: rgb(193,58,34); }

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