#C23D35

Color #C23D35 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #C23D35

Tints of Persian Red #C23D35

Color information

#C23D35 (or 0xC23D35) is unknown color: approx Persian Red. HEX triplet: C2, 3D and 35. RGB value is (194,61,53). Sum of RGB (Red+Green+Blue) = 194+61+53=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D35 is #3DC2CA. Grayscale: #646464. Windows color (decimal): -4047563 or 3489218. OLE color: 3489218.

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

Color convert

RGB1946153-
CMYK00.690.730.24
HSL3.4º57.09%48.43%-
HSV(B)3.4º72.68%76.08%-
XYZ24.5615.064.98-
YUV99.85101.56195.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.99%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=62.99%
G=19.81%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194615300.690.730.243.457.0948.43
HexC23D35045491833930
Octal302756501051113037160
Binary110000101111011101010100010110010011100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23D35; }

 p { color: rgb(194,61,53); }

 H1.HeaderClassName
 {
   color: #C23D35;
 }
 .AnyTagClassName
 {
   color: #C23D35;
 }
</style>
background-color css

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

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

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

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

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

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