#CB2E26

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

Shades of Persian Red #CB2E26

Tints of Persian Red #CB2E26

Color information

#CB2E26 (or 0xCB2E26) is unknown color: approx Persian Red. HEX triplet: CB, 2E and 26. RGB value is (203,46,38). Sum of RGB (Red+Green+Blue) = 203+46+38=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2E26 is #34D1D9. Grayscale: #5C5C5C. Windows color (decimal): -3461594 or 2502347. OLE color: 2502347.

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

Color convert

RGB2034638-
CMYK00.770.810.20
HSL2.91º68.46%47.25%-
HSV(B)2.91º81.28%79.61%-
XYZ25.9614.793.32-
YUV92.0397.51207.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 70.73%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=70.73%
G=16.03%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203463800.770.810.202.9168.4647.25
HexCB2E2604D51143442f
Octal3135646011512124310457
Binary1100101110111010011001001101101000110100111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2E26; }

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

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

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

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

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

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

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

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