Html Css Color HEX #C23231 Persian Red

📋 copy color: '#C23231'

red 194 ◦ green 50 ◦ blue 49

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

Shades of Persian Red #C23231

Tints of Persian Red #C23231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 66.21%
G = 17.06%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C23231 (or 0xC23231) is known color: Persian Red. HEX triplet: C2, 32 and 31. RGB value is (194,50,49). Sum of RGB (Red+Green+Blue) = 194+50+49=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C23231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23231 is #3DCDCE. Grayscale: #5D5D5D. Windows color (decimal): -4050383 or 3224258. OLE color: 3224258.

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

Color convert

RGB 194 50 49 -
CMYK 0 0.74 0.75 0.24
HSL 0.41º 0.6% 0.48% -
HSV(B) 0.41º 0.75% 0.76% -
XYZ 23.94 13.97 4.34 -
YUV 92.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 194 50 49 0 0.74 0.75 0.24 0.41 0.6 0.48
Hex C2 32 31 0 4A 4B 18 0 3C 30
Octal 302 62 61 0 112 113 30 0 74 60
Binary 11000010 110010 110001 0 1001010 1001011 11000 0 111100 110000

Color Harmonies of #C23231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23231

Black with #C23231

Text Example


Text Example

White with #C23231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23231; }

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

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

background-color css

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

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

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

border-color css

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

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

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