#CB2522

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

Shades of Persian Red #CB2522

Tints of Persian Red #CB2522

Color information

#CB2522 (or 0xCB2522) is unknown color: approx Persian Red. HEX triplet: CB, 25 and 22. RGB value is (203,37,34). Sum of RGB (Red+Green+Blue) = 203+37+34=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2522 is #34DADD. Grayscale: #565656. Windows color (decimal): -3463902 or 2237899. OLE color: 2237899.

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

Color convert

RGB2033734-
CMYK00.820.830.20
HSL1.07º71.31%46.47%-
HSV(B)1.07º83.25%79.61%-
XYZ25.5814.142.89-
YUV86.2998.5211.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 74.09%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 34 (13.67% from 255) = 12.41%
R=74.09%
G=13.50%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203373400.820.830.201.0771.3146.47
HexCB252205253141472e
Octal3134542012212324110756
Binary110010111001011000100101001010100111010011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2522; }

 p { color: rgb(203,37,34); }

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

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

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

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

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

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

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