#CB2523

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

Shades of Persian Red #CB2523

Tints of Persian Red #CB2523

Color information

#CB2523 (or 0xCB2523) is unknown color: approx Persian Red. HEX triplet: CB, 25 and 23. RGB value is (203,37,35). Sum of RGB (Red+Green+Blue) = 203+37+35=275 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.82% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2523 is #34DADC. Grayscale: #565656. Windows color (decimal): -3463901 or 2303435. OLE color: 2303435.

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

Color convert

RGB2033735-
CMYK00.820.830.20
HSL0.71º70.59%46.67%-
HSV(B)0.71º82.76%79.61%-
XYZ25.5914.142.97-
YUV86.4199211.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 73.82%
GREEN value IS 37 (14.84% from 255) = 13.45%
BLUE value IS 35 (14.06% from 255) = 12.73%
R=73.82%
G=13.45%
B=12.73%

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
Decimal203373500.820.830.200.7170.5946.67
HexCB252305253141472f
Octal3134543012212324110757
Binary110010111001011000110101001010100111010011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2523; }

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

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

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

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

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

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

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

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