#C2302A

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

Shades of Persian Red #C2302A

Tints of Persian Red #C2302A

Color information

#C2302A (or 0xC2302A) is unknown color: approx Persian Red. HEX triplet: C2, 30 and 2A. RGB value is (194,48,42). Sum of RGB (Red+Green+Blue) = 194+48+42=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C2302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2302A is #3DCFD5. Grayscale: #5B5B5B. Windows color (decimal): -4050902 or 2764994. OLE color: 2764994.

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

Color convert

RGB1944842-
CMYK00.750.780.24
HSL2.37º64.41%46.27%-
HSV(B)2.37º78.35%76.08%-
XYZ23.7213.753.59-
YUV90.97100.37201.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.31%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=68.31%
G=16.90%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194484200.750.780.242.3764.4146.27
HexC2302A04B4E182402e
Octal3026052011311630210056
Binary1100001011000010101001001011100111011000101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2302A; }

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

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

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

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

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

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

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

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