#C33433

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

Shades of Persian Red #C33433

Tints of Persian Red #C33433

Color information

#C33433 (or 0xC33433) is unknown color: approx Persian Red. HEX triplet: C3, 34 and 33. RGB value is (195,52,51). Sum of RGB (Red+Green+Blue) = 195+52+51=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C33433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33433 is #3CCBCC. Grayscale: #5E5E5E. Windows color (decimal): -3984333 or 3355843. OLE color: 3355843.

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

Color convert

RGB1955251-
CMYK00.730.740.24
HSL0.42º58.54%48.24%-
HSV(B)0.42º73.85%76.47%-
XYZ24.3314.34.61-
YUV94.64103.38199.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.44%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=65.44%
G=17.45%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195525100.730.740.240.4258.5448.24
HexC334330494A1803b30
Octal303646301111123007360
Binary11000011110100110011010010011001010110000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33433; }

 p { color: rgb(195,52,51); }

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

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

 a { background-color: rgb(195,52,51); }

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

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

 span { border-color: rgb(195,52,51); }

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