Html Css Color HEX #CB3231 Persian Red

📋 copy color: '#CB3231'

red 203 ◦ green 50 ◦ blue 49

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

Shades of Persian Red #CB3231

Tints of Persian Red #CB3231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.56%

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 67.22%
G = 16.56%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB3231 (or 0xCB3231) is known color: Persian Red. HEX triplet: CB, 32 and 31. RGB value is (203,50,49). Sum of RGB (Red+Green+Blue) = 203+50+49=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3231 is #34CDCE. Grayscale: #5F5F5F. Windows color (decimal): -3460559 or 3224267. OLE color: 3224267.

HSL color Cylindrical-coordinate representation of color #CB3231: hue angle of 0.39º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3231 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 50 49 -
CMYK 0 0.75 0.76 0.20
HSL 0.39º 0.61% 0.49% -
HSV(B) 0.39º 0.76% 0.8% -
XYZ 26.32 15.2 4.45 -
YUV 95.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 203 50 49 0 0.75 0.76 0.20 0.39 0.61 0.49
Hex CB 32 31 0 4B 4C 14 0 3D 31
Octal 313 62 61 0 113 114 24 0 75 61
Binary 11001011 110010 110001 0 1001011 1001100 10100 0 111101 110001

Color Harmonies of #CB3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3231

Black with #CB3231

Text Example


Text Example

White with #CB3231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3231; }

 p { color: rgb(203,50,49); }

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

background-color css

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

 a { background-color: rgb(203,50,49); }

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

border-color css

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

 span { border-color: rgb(203,50,49); }

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