Html Css Color HEX #C2332C Persian Red

📋 copy color: '#C2332C'

red 194 ◦ green 51 ◦ blue 44

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

Shades of Persian Red #C2332C

Tints of Persian Red #C2332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 67.13%
G = 17.65%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2332C (or 0xC2332C) is known color: Persian Red. HEX triplet: C2, 33 and 2C. RGB value is (194,51,44). Sum of RGB (Red+Green+Blue) = 194+51+44=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2332C is #3DCCD3. Grayscale: #5D5D5D. Windows color (decimal): -4050132 or 2896834. OLE color: 2896834.

HSL color Cylindrical-coordinate representation of color #C2332C: hue angle of 2.8º degrees, saturation: 0.63, 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 #C2332C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 44 -
CMYK 0 0.74 0.77 0.24
HSL 2.8º 0.63% 0.47% -
HSV(B) 2.8º 0.77% 0.76% -
XYZ 23.89 14.02 3.83 -
YUV 92.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 194 51 44 0 0.74 0.77 0.24 2.8 0.63 0.47
Hex C2 33 2C 0 4A 4D 18 3 3F 2F
Octal 302 63 54 0 112 115 30 3 77 57
Binary 11000010 110011 101100 0 1001010 1001101 11000 11 111111 101111

Color Harmonies of #C2332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2332C

Black with #C2332C

Text Example


Text Example

White with #C2332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2332C; }

 p { color: rgb(194,51,44); }

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

background-color css

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

 a { background-color: rgb(194,51,44); }

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

border-color css

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

 span { border-color: rgb(194,51,44); }

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