#C9302A

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

Shades of Persian Red #C9302A

Tints of Persian Red #C9302A

Color information

#C9302A (or 0xC9302A) is unknown color: approx Persian Red. HEX triplet: C9, 30 and 2A. RGB value is (201,48,42). Sum of RGB (Red+Green+Blue) = 201+48+42=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C9302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9302A is #36CFD5. Grayscale: #5D5D5D. Windows color (decimal): -3592150 or 2765001. OLE color: 2765001.

HSL color Cylindrical-coordinate representation of color #C9302A: hue angle of 2.26º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9302A is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2014842-
CMYK00.760.790.21
HSL2.26º65.43%47.65%-
HSV(B)2.26º79.1%78.82%-
XYZ25.5614.73.68-
YUV93.0699.19204.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 69.07%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 42 (16.80% from 255) = 14.43%
R=69.07%
G=16.49%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201484200.760.790.212.2665.4347.65
HexC9302A04C4F1524130
Octal3116052011411725210160
Binary1100100111000010101001001100100111110101101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9302A; }

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

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

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

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

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

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

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

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