Html Css Color HEX #C13932 Persian Red

📋 copy color: '#C13932'

red 193 ◦ green 57 ◦ blue 50

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

Shades of Persian Red #C13932

Tints of Persian Red #C13932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 64.33%
G = 19%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C13932 (or 0xC13932) is known color: Persian Red. HEX triplet: C1, 39 and 32. RGB value is (193,57,50). Sum of RGB (Red+Green+Blue) = 193+57+50=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C13932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13932 is #3EC6CD. Grayscale: #616161. Windows color (decimal): -4114126 or 3291585. OLE color: 3291585.

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

Color convert

RGB 193 57 50 -
CMYK 0 0.70 0.74 0.24
HSL 2.94º 0.59% 0.48% -
HSV(B) 2.94º 0.74% 0.76% -
XYZ 24.03 14.49 4.55 -
YUV 96.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 193 57 50 0 0.70 0.74 0.24 2.94 0.59 0.48
Hex C1 39 32 0 46 4A 18 3 3B 30
Octal 301 71 62 0 106 112 30 3 73 60
Binary 11000001 111001 110010 0 1000110 1001010 11000 11 111011 110000

Color Harmonies of #C13932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13932

Black with #C13932

Text Example


Text Example

White with #C13932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13932; }

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

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

background-color css

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

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

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

border-color css

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

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

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