Html Css Color HEX #CB3230 Persian Red

📋 copy color: '#CB3230'

red 203 ◦ green 50 ◦ blue 48

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

Shades of Persian Red #CB3230

Tints of Persian Red #CB3230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 67.44%
G = 16.61%
B = 15.95%

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

#CB3230 (or 0xCB3230) is known color: Persian Red. HEX triplet: CB, 32 and 30. RGB value is (203,50,48). Sum of RGB (Red+Green+Blue) = 203+50+48=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3230 is #34CDCF. Grayscale: #5F5F5F. Windows color (decimal): -3460560 or 3158731. OLE color: 3158731.

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

Color convert

RGB 203 50 48 -
CMYK 0 0.75 0.76 0.20
HSL 0.77º 0.62% 0.49% -
HSV(B) 0.77º 0.76% 0.8% -
XYZ 26.3 15.19 4.34 -
YUV 95.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 203 50 48 0 0.75 0.76 0.20 0.77 0.62 0.49
Hex CB 32 30 0 4B 4C 14 1 3E 31
Octal 313 62 60 0 113 114 24 1 76 61
Binary 11001011 110010 110000 0 1001011 1001100 10100 1 111110 110001

Color Harmonies of #CB3230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3230

Black with #CB3230

Text Example


Text Example

White with #CB3230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3230; }

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

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

background-color css

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

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

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

border-color css

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

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

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