Html Css Color HEX #C2322A Persian Red

📋 copy color: '#C2322A'

red 194 ◦ green 50 ◦ blue 42

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

Shades of Persian Red #C2322A

Tints of Persian Red #C2322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 67.83%
G = 17.48%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2322A (or 0xC2322A) is known color: Persian Red. HEX triplet: C2, 32 and 2A. RGB value is (194,50,42). Sum of RGB (Red+Green+Blue) = 194+50+42=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C2322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2322A is #3DCDD5. Grayscale: #5C5C5C. Windows color (decimal): -4050390 or 2765506. OLE color: 2765506.

HSL color Cylindrical-coordinate representation of color #C2322A: hue angle of 3.16º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2322A is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 42 -
CMYK 0 0.74 0.78 0.24
HSL 3.16º 0.64% 0.46% -
HSV(B) 3.16º 0.78% 0.76% -
XYZ 23.81 13.92 3.62 -
YUV 92.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 194 50 42 0 0.74 0.78 0.24 3.16 0.64 0.46
Hex C2 32 2A 0 4A 4E 18 3 40 2E
Octal 302 62 52 0 112 116 30 3 100 56
Binary 11000010 110010 101010 0 1001010 1001110 11000 11 1000000 101110

Color Harmonies of #C2322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2322A

Black with #C2322A

Text Example


Text Example

White with #C2322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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