Html Css Color HEX #C13425 Persian Red

📋 copy color: '#C13425'

red 193 ◦ green 52 ◦ blue 37

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

Shades of Persian Red #C13425

Tints of Persian Red #C13425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

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

R = 68.44%
G = 18.44%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C13425 (or 0xC13425) is known color: Persian Red. HEX triplet: C1, 34 and 25. RGB value is (193,52,37). Sum of RGB (Red+Green+Blue) = 193+52+37=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C13425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13425 is #3ECBDA. Grayscale: #5C5C5C. Windows color (decimal): -4115419 or 2438337. OLE color: 2438337.

HSL color Cylindrical-coordinate representation of color #C13425: hue angle of 5.77º 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 #C13425 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 37 -
CMYK 0 0.73 0.81 0.24
HSL 5.77º 0.68% 0.45% -
HSV(B) 5.77º 0.81% 0.76% -
XYZ 23.55 13.93 3.2 -
YUV 92.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 193 52 37 0 0.73 0.81 0.24 5.77 0.68 0.45
Hex C1 34 25 0 49 51 18 6 44 2D
Octal 301 64 45 0 111 121 30 6 104 55
Binary 11000001 110100 100101 0 1001001 1010001 11000 110 1000100 101101

Color Harmonies of #C13425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13425

Black with #C13425

Text Example


Text Example

White with #C13425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13425; }

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

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

background-color css

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

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

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

border-color css

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

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

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