Html Css Color HEX #CB3331 Persian Red

📋 copy color: '#CB3331'

red 203 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #CB3331

Tints of Persian Red #CB3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

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

R = 67%
G = 16.83%
B = 16.17%

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

#CB3331 (or 0xCB3331) is known color: Persian Red. HEX triplet: CB, 33 and 31. RGB value is (203,51,49). Sum of RGB (Red+Green+Blue) = 203+51+49=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3331 is #34CCCE. Grayscale: #606060. Windows color (decimal): -3460303 or 3224523. OLE color: 3224523.

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

Color convert

RGB 203 51 49 -
CMYK 0 0.75 0.76 0.20
HSL 0.78º 0.61% 0.49% -
HSV(B) 0.78º 0.76% 0.8% -
XYZ 26.37 15.29 4.47 -
YUV 96.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 203 51 49 0 0.75 0.76 0.20 0.78 0.61 0.49
Hex CB 33 31 0 4B 4C 14 1 3D 31
Octal 313 63 61 0 113 114 24 1 75 61
Binary 11001011 110011 110001 0 1001011 1001100 10100 1 111101 110001

Color Harmonies of #CB3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3331

Black with #CB3331

Text Example


Text Example

White with #CB3331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3331; }

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

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

background-color css

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

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

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

border-color css

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

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

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