Html Css Color HEX #C2322C Persian Red

📋 copy color: '#C2322C'

red 194 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #C2322C

Tints of Persian Red #C2322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 67.36%
G = 17.36%
B = 15.28%

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

#C2322C (or 0xC2322C) is known color: Persian Red. HEX triplet: C2, 32 and 2C. RGB value is (194,50,44). Sum of RGB (Red+Green+Blue) = 194+50+44=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2322C is #3DCDD3. Grayscale: #5C5C5C. Windows color (decimal): -4050388 or 2896578. OLE color: 2896578.

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

Color convert

RGB 194 50 44 -
CMYK 0 0.74 0.77 0.24
HSL 2.4º 0.63% 0.47% -
HSV(B) 2.4º 0.77% 0.76% -
XYZ 23.84 13.93 3.82 -
YUV 92.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 194 50 44 0 0.74 0.77 0.24 2.4 0.63 0.47
Hex C2 32 2C 0 4A 4D 18 2 3F 2F
Octal 302 62 54 0 112 115 30 2 77 57
Binary 11000010 110010 101100 0 1001010 1001101 11000 10 111111 101111

Color Harmonies of #C2322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2322C

Black with #C2322C

Text Example


Text Example

White with #C2322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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