#CB392E

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

Shades of Persian Red #CB392E

Tints of Persian Red #CB392E

Color information

#CB392E (or 0xCB392E) is unknown color: approx Persian Red. HEX triplet: CB, 39 and 2E. RGB value is (203,57,46). Sum of RGB (Red+Green+Blue) = 203+57+46=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB392E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB392E is #34C6D1. Grayscale: #636363. Windows color (decimal): -3458770 or 3029451. OLE color: 3029451.

HSL color Cylindrical-coordinate representation of color #CB392E: hue angle of 4.2º 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 #CB392E is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB2035746-
CMYK00.720.770.20
HSL4.2º63.05%48.82%-
HSV(B)4.2º77.34%79.61%-
XYZ26.5815.824.24-
YUV99.497.87201.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 66.34%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=66.34%
G=18.63%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203574600.720.770.204.263.0548.82
HexCB392E0484D1443f31
Octal313715601101152447761
Binary1100101111100110111001001000100110110100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB392E; }

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

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

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

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

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

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

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

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