#CB2E2E

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

Shades of Persian Red #CB2E2E

Tints of Persian Red #CB2E2E

Color information

#CB2E2E (or 0xCB2E2E) is unknown color: approx Persian Red. HEX triplet: CB, 2E and 2E. RGB value is (203,46,46). Sum of RGB (Red+Green+Blue) = 203+46+46=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2E2E is #34D1D1. Grayscale: #5D5D5D. Windows color (decimal): -3461586 or 3026635. OLE color: 3026635.

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

Color convert

RGB2034646-
CMYK00.770.770.20
HSL63.05%48.82%-
HSV(B)77.34%79.61%-
XYZ26.114.854.08-
YUV92.94101.51206.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 68.81%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=68.81%
G=15.59%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203464600.770.770.20063.0548.82
HexCB2E2E04D4D1403f31
Octal313565601151152407761
Binary11001011101110101110010011011001101101000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2E2E; }

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

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

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

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

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

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

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

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