Html Css Color HEX #C23A3A Persian Red

📋 copy color: '#C23A3A'

red 194 ◦ green 58 ◦ blue 58

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

Shades of Persian Red #C23A3A

Tints of Persian Red #C23A3A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 62.58%
G = 18.71%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C23A3A (or 0xC23A3A) is known color: Persian Red. HEX triplet: C2, 3A and 3A. RGB value is (194,58,58). Sum of RGB (Red+Green+Blue) = 194+58+58=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A3A is #3DC5C5. Grayscale: #626262. Windows color (decimal): -4048326 or 3816130. OLE color: 3816130.

HSL color Cylindrical-coordinate representation of color #C23A3A: hue angle of 0º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A3A is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 58 58 -
CMYK 0 0.70 0.70 0.24
HSL 0.54% 0.49% -
HSV(B) 0.7% 0.76% -
XYZ 24.52 14.8 5.57 -
YUV 98.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 194 58 58 0 0.70 0.70 0.24 0 0.54 0.49
Hex C2 3A 3A 0 46 46 18 0 36 31
Octal 302 72 72 0 106 106 30 0 66 61
Binary 11000010 111010 111010 0 1000110 1000110 11000 0 110110 110001

Color Harmonies of #C23A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23A3A

Black with #C23A3A

Text Example


Text Example

White with #C23A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23A3A; }

 p { color: rgb(194,58,58); }

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

background-color css

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

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

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

border-color css

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

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

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