#CB3F3F

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

Shades of Persian Red #CB3F3F

Tints of Persian Red #CB3F3F

Color information

#CB3F3F (or 0xCB3F3F) is unknown color: approx Persian Red. HEX triplet: CB, 3F and 3F. RGB value is (203,63,63). Sum of RGB (Red+Green+Blue) = 203+63+63=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F3F is #34C0C0. Grayscale: #696969. Windows color (decimal): -3457217 or 4145099. OLE color: 4145099.

HSL color Cylindrical-coordinate representation of color #CB3F3F: hue angle of 0º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3F3F is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB2036363-
CMYK00.690.690.20
HSL57.38%52.16%-
HSV(B)68.97%79.61%-
XYZ27.316.616.47-
YUV104.86104.38198-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.70%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 63 (25% from 255) = 19.15%
R=61.70%
G=19.15%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203636300.690.690.20057.3852.16
HexCB3F3F045451403934
Octal313777701051052407164
Binary11001011111111111111010001011000101101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3F3F; }

 p { color: rgb(203,63,63); }

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

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

 a { background-color: rgb(203,63,63); }

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

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

 span { border-color: rgb(203,63,63); }

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