Html Css Color HEX #C2352F Persian Red

📋 copy color: '#C2352F'

red 194 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #C2352F

Tints of Persian Red #C2352F

RGB

 RED value IS 194 (76.17% from 255) = 65.99%

 GREEN value IS 53 (21.09% from 255) = 18.03%

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 65.99%
G = 18.03%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2352F (or 0xC2352F) is known color: Persian Red. HEX triplet: C2, 35 and 2F. RGB value is (194,53,47). Sum of RGB (Red+Green+Blue) = 194+53+47=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2352F is #3DCAD0. Grayscale: #5E5E5E. Windows color (decimal): -4049617 or 3093954. OLE color: 3093954.

HSL color Cylindrical-coordinate representation of color #C2352F: hue angle of 2.45º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2352F is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 47 -
CMYK 0 0.73 0.76 0.24
HSL 2.45º 0.61% 0.47% -
HSV(B) 2.45º 0.76% 0.76% -
XYZ 24.03 14.22 4.17 -
YUV 94.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 194 53 47 0 0.73 0.76 0.24 2.45 0.61 0.47
Hex C2 35 2F 0 49 4C 18 2 3D 2F
Octal 302 65 57 0 111 114 30 2 75 57
Binary 11000010 110101 101111 0 1001001 1001100 11000 10 111101 101111

Color Harmonies of #C2352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2352F

Black with #C2352F

Text Example


Text Example

White with #C2352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2352F; }

 p { color: rgb(194,53,47); }

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

background-color css

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

 a { background-color: rgb(194,53,47); }

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

border-color css

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

 span { border-color: rgb(194,53,47); }

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