Html Css Color HEX #C13225 Persian Red

📋 copy color: '#C13225'

red 193 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #C13225

Tints of Persian Red #C13225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 68.93%
G = 17.86%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C13225 (or 0xC13225) is known color: Persian Red. HEX triplet: C1, 32 and 25. RGB value is (193,50,37). Sum of RGB (Red+Green+Blue) = 193+50+37=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C13225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13225 is #3ECDDA. Grayscale: #5B5B5B. Windows color (decimal): -4115931 or 2437825. OLE color: 2437825.

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

Color convert

RGB 193 50 37 -
CMYK 0 0.74 0.81 0.24
HSL 0.68% 0.45% -
HSV(B) 0.81% 0.76% -
XYZ 23.47 13.75 3.17 -
YUV 91.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 193 50 37 0 0.74 0.81 0.24 5 0.68 0.45
Hex C1 32 25 0 4A 51 18 5 44 2D
Octal 301 62 45 0 112 121 30 5 104 55
Binary 11000001 110010 100101 0 1001010 1010001 11000 101 1000100 101101

Color Harmonies of #C13225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13225

Black with #C13225

Text Example


Text Example

White with #C13225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13225; }

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

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

background-color css

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

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

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

border-color css

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

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

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