Html Css Color HEX #C2352E Persian Red

📋 copy color: '#C2352E'

red 194 ◦ green 53 ◦ blue 46

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

Shades of Persian Red #C2352E

Tints of Persian Red #C2352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.7%

R = 66.21%
G = 18.09%
B = 15.7%

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

#C2352E (or 0xC2352E) is known color: Persian Red. HEX triplet: C2, 35 and 2E. RGB value is (194,53,46). Sum of RGB (Red+Green+Blue) = 194+53+46=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2352E is #3DCAD1. Grayscale: #5E5E5E. Windows color (decimal): -4049618 or 3028418. OLE color: 3028418.

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

Color convert

RGB 194 53 46 -
CMYK 0 0.73 0.76 0.24
HSL 2.84º 0.62% 0.47% -
HSV(B) 2.84º 0.76% 0.76% -
XYZ 24.01 14.21 4.06 -
YUV 94.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 194 53 46 0 0.73 0.76 0.24 2.84 0.62 0.47
Hex C2 35 2E 0 49 4C 18 3 3E 2F
Octal 302 65 56 0 111 114 30 3 76 57
Binary 11000010 110101 101110 0 1001001 1001100 11000 11 111110 101111

Color Harmonies of #C2352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2352E

Black with #C2352E

Text Example


Text Example

White with #C2352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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