Html Css Color HEX #C2322E Persian Red

📋 copy color: '#C2322E'

red 194 ◦ green 50 ◦ blue 46

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

Shades of Persian Red #C2322E

Tints of Persian Red #C2322E

RGB

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

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

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

R = 66.9%
G = 17.24%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2322E (or 0xC2322E) is known color: Persian Red. HEX triplet: C2, 32 and 2E. RGB value is (194,50,46). Sum of RGB (Red+Green+Blue) = 194+50+46=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2322E is #3DCDD1. Grayscale: #5C5C5C. Windows color (decimal): -4050386 or 3027650. OLE color: 3027650.

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

Color convert

RGB 194 50 46 -
CMYK 0 0.74 0.76 0.24
HSL 1.62º 0.62% 0.47% -
HSV(B) 1.62º 0.76% 0.76% -
XYZ 23.88 13.95 4.02 -
YUV 92.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 194 50 46 0 0.74 0.76 0.24 1.62 0.62 0.47
Hex C2 32 2E 0 4A 4C 18 2 3E 2F
Octal 302 62 56 0 112 114 30 2 76 57
Binary 11000010 110010 101110 0 1001010 1001100 11000 10 111110 101111

Color Harmonies of #C2322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2322E

Black with #C2322E

Text Example


Text Example

White with #C2322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2322E; }

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

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

background-color css

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

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

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

border-color css

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

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

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