Html Css Color HEX #C13837 Persian Red

📋 copy color: '#C13837'

red 193 ◦ green 56 ◦ blue 55

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

Shades of Persian Red #C13837

Tints of Persian Red #C13837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

 BLUE value IS 55 (21.88% from 255) = 18.09%

R = 63.49%
G = 18.42%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C13837 (or 0xC13837) is known color: Persian Red. HEX triplet: C1, 38 and 37. RGB value is (193,56,55). Sum of RGB (Red+Green+Blue) = 193+56+55=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C13837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13837 is #3EC7C8. Grayscale: #606060. Windows color (decimal): -4114377 or 3619009. OLE color: 3619009.

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

Color convert

RGB 193 56 55 -
CMYK 0 0.71 0.72 0.24
HSL 0.43º 0.56% 0.49% -
HSV(B) 0.43º 0.72% 0.76% -
XYZ 24.1 14.44 5.13 -
YUV 96.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 193 56 55 0 0.71 0.72 0.24 0.43 0.56 0.49
Hex C1 38 37 0 47 48 18 0 38 31
Octal 301 70 67 0 107 110 30 0 70 61
Binary 11000001 111000 110111 0 1000111 1001000 11000 0 111000 110001

Color Harmonies of #C13837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13837

Black with #C13837

Text Example


Text Example

White with #C13837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13837; }

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

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

background-color css

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

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

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

border-color css

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

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

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