Html Css Color HEX #C2352D Persian Red

📋 copy color: '#C2352D'

red 194 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #C2352D

Tints of Persian Red #C2352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.41%

R = 66.44%
G = 18.15%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2352D (or 0xC2352D) is known color: Persian Red. HEX triplet: C2, 35 and 2D. RGB value is (194,53,45). Sum of RGB (Red+Green+Blue) = 194+53+45=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2352D is #3DCAD2. Grayscale: #5E5E5E. Windows color (decimal): -4049619 or 2962882. OLE color: 2962882.

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

Color convert

RGB 194 53 45 -
CMYK 0 0.73 0.77 0.24
HSL 3.22º 0.62% 0.47% -
HSV(B) 3.22º 0.77% 0.76% -
XYZ 23.99 14.21 3.96 -
YUV 94.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 194 53 45 0 0.73 0.77 0.24 3.22 0.62 0.47
Hex C2 35 2D 0 49 4D 18 3 3E 2F
Octal 302 65 55 0 111 115 30 3 76 57
Binary 11000010 110101 101101 0 1001001 1001101 11000 11 111110 101111

Color Harmonies of #C2352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2352D

Black with #C2352D

Text Example


Text Example

White with #C2352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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