Html Css Color HEX #C13331 Persian Red

📋 copy color: '#C13331'

red 193 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #C13331

Tints of Persian Red #C13331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 65.87%
G = 17.41%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C13331 (or 0xC13331) is known color: Persian Red. HEX triplet: C1, 33 and 31. RGB value is (193,51,49). Sum of RGB (Red+Green+Blue) = 193+51+49=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C13331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13331 is #3ECCCE. Grayscale: #5D5D5D. Windows color (decimal): -4115663 or 3224513. OLE color: 3224513.

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

Color convert

RGB 193 51 49 -
CMYK 0 0.74 0.75 0.24
HSL 0.83º 0.6% 0.47% -
HSV(B) 0.83º 0.75% 0.76% -
XYZ 23.73 13.93 4.34 -
YUV 93.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 193 51 49 0 0.74 0.75 0.24 0.83 0.6 0.47
Hex C1 33 31 0 4A 4B 18 1 3C 2F
Octal 301 63 61 0 112 113 30 1 74 57
Binary 11000001 110011 110001 0 1001010 1001011 11000 1 111100 101111

Color Harmonies of #C13331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13331

Black with #C13331

Text Example


Text Example

White with #C13331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13331; }

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

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

background-color css

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

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

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

border-color css

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

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

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