#C23430

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

Shades of Persian Red #C23430

Tints of Persian Red #C23430

Color information

#C23430 (or 0xC23430) is unknown color: approx Persian Red. HEX triplet: C2, 34 and 30. RGB value is (194,52,48). Sum of RGB (Red+Green+Blue) = 194+52+48=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C23430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23430 is #3DCBCF. Grayscale: #5E5E5E. Windows color (decimal): -4049872 or 3159234. OLE color: 3159234.

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

Color convert

RGB1945248-
CMYK00.730.750.24
HSL1.64º60.33%47.45%-
HSV(B)1.64º75.26%76.08%-
XYZ24.0114.144.26-
YUV94102.04199.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.99%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 48 (19.14% from 255) = 16.33%
R=65.99%
G=17.69%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194524800.730.750.241.6460.3347.45
HexC234300494B1823c2f
Octal302646001111133027457
Binary110000101101001100000100100110010111100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23430; }

 p { color: rgb(194,52,48); }

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

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

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

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

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

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

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