Html Css Color HEX #C13A23 Harley Davidson Orange

📋 copy color: '#C13A23'

red 193 ◦ green 58 ◦ blue 35

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

Shades of Harley Davidson Orange #C13A23

Tints of Harley Davidson Orange #C13A23

RGB

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

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

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

R = 67.48%
G = 20.28%
B = 12.24%

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

#C13A23 (or 0xC13A23) is known color: Harley Davidson Orange. HEX triplet: C1, 3A and 23. RGB value is (193,58,35). Sum of RGB (Red+Green+Blue) = 193+58+35=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A23 is #3EC5DC. Grayscale: #5F5F5F. Windows color (decimal): -4113885 or 2308801. OLE color: 2308801.

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

Color convert

RGB 193 58 35 -
CMYK 0 0.70 0.82 0.24
HSL 8.73º 0.69% 0.45% -
HSV(B) 8.73º 0.82% 0.76% -
XYZ 23.81 14.48 3.13 -
YUV 95.74 93.73 197.37 -
System Red Green Blue C M Y K H S L
Decimal 193 58 35 0 0.70 0.82 0.24 8.73 0.69 0.45
Hex C1 3A 23 0 46 52 18 9 45 2D
Octal 301 72 43 0 106 122 30 11 105 55
Binary 11000001 111010 100011 0 1000110 1010010 11000 1001 1000101 101101

Color Harmonies of #C13A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A23

Black with #C13A23

Text Example


Text Example

White with #C13A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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