Html Css Color HEX #CB2320 Persian Red

📋 copy color: '#CB2320'

red 203 ◦ green 35 ◦ blue 32

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

Shades of Persian Red #CB2320

Tints of Persian Red #CB2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 75.19%
G = 12.96%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB2320 (or 0xCB2320) is known color: Persian Red. HEX triplet: CB, 23 and 20. RGB value is (203,35,32). Sum of RGB (Red+Green+Blue) = 203+35+32=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2320 is #34DCDF. Grayscale: #555555. Windows color (decimal): -3464416 or 2106315. OLE color: 2106315.

HSL color Cylindrical-coordinate representation of color #CB2320: hue angle of 1.05º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2320 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 32 -
CMYK 0 0.83 0.84 0.20
HSL 1.05º 0.73% 0.46% -
HSV(B) 1.05º 0.84% 0.8% -
XYZ 25.49 14 2.73 -
YUV 84.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 203 35 32 0 0.83 0.84 0.20 1.05 0.73 0.46
Hex CB 23 20 0 53 54 14 1 49 2E
Octal 313 43 40 0 123 124 24 1 111 56
Binary 11001011 100011 100000 0 1010011 1010100 10100 1 1001001 101110

Color Harmonies of #CB2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2320

Black with #CB2320

Text Example


Text Example

White with #CB2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2320; }

 p { color: rgb(203,35,32); }

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

background-color css

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

 a { background-color: rgb(203,35,32); }

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

border-color css

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

 span { border-color: rgb(203,35,32); }

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