#C12D27

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

Shades of Persian Red #C12D27

Tints of Persian Red #C12D27

Color information

#C12D27 (or 0xC12D27) is unknown color: approx Persian Red. HEX triplet: C1, 2D and 27. RGB value is (193,45,39). Sum of RGB (Red+Green+Blue) = 193+45+39=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D27 is #3ED2D8. Grayscale: #585858. Windows color (decimal): -4117209 or 2567617. OLE color: 2567617.

HSL color Cylindrical-coordinate representation of color #C12D27: hue angle of 2.34º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12D27 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB1934539-
CMYK00.770.800.24
HSL2.34º66.38%45.49%-
HSV(B)2.34º79.79%75.69%-
XYZ23.313.363.27-
YUV88.57100.03202.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.68%
GREEN value IS 45 (17.97% from 255) = 16.25%
BLUE value IS 39 (15.62% from 255) = 14.08%
R=69.68%
G=16.25%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193453900.770.800.242.3466.3845.49
HexC12D2704D50182422d
Octal3015547011512030210255
Binary1100000110110110011101001101101000011000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12D27; }

 p { color: rgb(193,45,39); }

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

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

 a { background-color: rgb(193,45,39); }

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

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

 span { border-color: rgb(193,45,39); }

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