Html Css Color HEX #CB3B32 Persian Red

📋 copy color: '#CB3B32'

red 203 ◦ green 59 ◦ blue 50

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

Shades of Persian Red #CB3B32

Tints of Persian Red #CB3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 65.06%
G = 18.91%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB3B32 (or 0xCB3B32) is known color: Persian Red. HEX triplet: CB, 3B and 32. RGB value is (203,59,50). Sum of RGB (Red+Green+Blue) = 203+59+50=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3B32 is #34C4CD. Grayscale: #656565. Windows color (decimal): -3458254 or 3292107. OLE color: 3292107.

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

Color convert

RGB 203 59 50 -
CMYK 0 0.71 0.75 0.20
HSL 3.53º 0.6% 0.5% -
HSV(B) 3.53º 0.75% 0.8% -
XYZ 26.77 16.05 4.71 -
YUV 101.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 203 59 50 0 0.71 0.75 0.20 3.53 0.6 0.5
Hex CB 3B 32 0 47 4B 14 4 3C 32
Octal 313 73 62 0 107 113 24 4 74 62
Binary 11001011 111011 110010 0 1000111 1001011 10100 100 111100 110010

Color Harmonies of #CB3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3B32

Black with #CB3B32

Text Example


Text Example

White with #CB3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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