Html Css Color HEX #C13938 Persian Red

📋 copy color: '#C13938'

red 193 ◦ green 57 ◦ blue 56

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

Shades of Persian Red #C13938

Tints of Persian Red #C13938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 63.07%
G = 18.63%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C13938 (or 0xC13938) is known color: Persian Red. HEX triplet: C1, 39 and 38. RGB value is (193,57,56). Sum of RGB (Red+Green+Blue) = 193+57+56=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C13938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13938 is #3EC6C7. Grayscale: #616161. Windows color (decimal): -4114120 or 3684801. OLE color: 3684801.

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

Color convert

RGB 193 57 56 -
CMYK 0 0.70 0.71 0.24
HSL 0.44º 0.55% 0.49% -
HSV(B) 0.44º 0.71% 0.76% -
XYZ 24.17 14.55 5.28 -
YUV 97.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 193 57 56 0 0.70 0.71 0.24 0.44 0.55 0.49
Hex C1 39 38 0 46 47 18 0 37 31
Octal 301 71 70 0 106 107 30 0 67 61
Binary 11000001 111001 111000 0 1000110 1000111 11000 0 110111 110001

Color Harmonies of #C13938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13938

Black with #C13938

Text Example


Text Example

White with #C13938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13938; }

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

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

background-color css

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

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

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

border-color css

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

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

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