Html Css Color HEX #CB392E Persian Red

📋 copy color: '#CB392E'

red 203 ◦ green 57 ◦ blue 46

#CB392E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CB392E

Tints of Persian Red #CB392E

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 value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB392E (or 0xCB392E) is known color: 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

RGB 203 57 46 -
CMYK 0 0.72 0.77 0.20
HSL 4.2º 0.63% 0.49% -
HSV(B) 4.2º 0.77% 0.8% -
XYZ 26.58 15.82 4.24 -
YUV 99.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 203 57 46 0 0.72 0.77 0.20 4.2 0.63 0.49
Hex CB 39 2E 0 48 4D 14 4 3F 31
Octal 313 71 56 0 110 115 24 4 77 61
Binary 11001011 111001 101110 0 1001000 1001101 10100 100 111111 110001

Color Harmonies of #CB392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB392E

Black with #CB392E

Text Example


Text Example

White with #CB392E

Text Example


Text Example

HTML Codes & Css Web 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>