Html Css Color HEX #CB2E27 Persian Red

📋 copy color: '#CB2E27'

red 203 ◦ green 46 ◦ blue 39

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

Shades of Persian Red #CB2E27

Tints of Persian Red #CB2E27

RGB

 RED value IS 203 (79.69% from 255) = 70.49%

 GREEN value IS 46 (18.36% from 255) = 15.97%

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 70.49%
G = 15.97%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB2E27 (or 0xCB2E27) is known color: Persian Red. HEX triplet: CB, 2E and 27. RGB value is (203,46,39). Sum of RGB (Red+Green+Blue) = 203+46+39=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2E27 is #34D1D8. Grayscale: #5C5C5C. Windows color (decimal): -3461593 or 2567883. OLE color: 2567883.

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

Color convert

RGB 203 46 39 -
CMYK 0 0.77 0.81 0.20
HSL 2.56º 0.68% 0.47% -
HSV(B) 2.56º 0.81% 0.8% -
XYZ 25.97 14.8 3.41 -
YUV 92.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 203 46 39 0 0.77 0.81 0.20 2.56 0.68 0.47
Hex CB 2E 27 0 4D 51 14 3 44 2F
Octal 313 56 47 0 115 121 24 3 104 57
Binary 11001011 101110 100111 0 1001101 1010001 10100 11 1000100 101111

Color Harmonies of #CB2E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2E27

Black with #CB2E27

Text Example


Text Example

White with #CB2E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2E27; }

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

 H1.HeaderClassName
 {
   color: #CB2E27;
 }
 .AnyTagClassName
 {
   color: #CB2E27;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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