Html Css Color HEX #C13935 Persian Red

📋 copy color: '#C13935'

red 193 ◦ green 57 ◦ blue 53

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

Shades of Persian Red #C13935

Tints of Persian Red #C13935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.81%

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 63.7%
G = 18.81%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C13935 (or 0xC13935) is known color: Persian Red. HEX triplet: C1, 39 and 35. RGB value is (193,57,53). Sum of RGB (Red+Green+Blue) = 193+57+53=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C13935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13935 is #3EC6CA. Grayscale: #616161. Windows color (decimal): -4114123 or 3488193. OLE color: 3488193.

HSL color Cylindrical-coordinate representation of color #C13935: hue angle of 1.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13935 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 53 -
CMYK 0 0.70 0.73 0.24
HSL 1.71º 0.57% 0.48% -
HSV(B) 1.71º 0.73% 0.76% -
XYZ 24.1 14.52 4.9 -
YUV 97.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 193 57 53 0 0.70 0.73 0.24 1.71 0.57 0.48
Hex C1 39 35 0 46 49 18 2 39 30
Octal 301 71 65 0 106 111 30 2 71 60
Binary 11000001 111001 110101 0 1000110 1001001 11000 10 111001 110000

Color Harmonies of #C13935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13935

Black with #C13935

Text Example


Text Example

White with #C13935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13935; }

 p { color: rgb(193,57,53); }

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

background-color css

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

 a { background-color: rgb(193,57,53); }

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

border-color css

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

 span { border-color: rgb(193,57,53); }

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