Html Css Color HEX #CB3531 Persian Red

📋 copy color: '#CB3531'

red 203 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #CB3531

Tints of Persian Red #CB3531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.38%

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

R = 66.56%
G = 17.38%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB3531 (or 0xCB3531) is known color: Persian Red. HEX triplet: CB, 35 and 31. RGB value is (203,53,49). Sum of RGB (Red+Green+Blue) = 203+53+49=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3531 is #34CACE. Grayscale: #616161. Windows color (decimal): -3459791 or 3225035. OLE color: 3225035.

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

Color convert

RGB 203 53 49 -
CMYK 0 0.74 0.76 0.20
HSL 1.56º 0.61% 0.49% -
HSV(B) 1.56º 0.76% 0.8% -
XYZ 26.46 15.46 4.5 -
YUV 97.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 203 53 49 0 0.74 0.76 0.20 1.56 0.61 0.49
Hex CB 35 31 0 4A 4C 14 2 3D 31
Octal 313 65 61 0 112 114 24 2 75 61
Binary 11001011 110101 110001 0 1001010 1001100 10100 10 111101 110001

Color Harmonies of #CB3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3531

Black with #CB3531

Text Example


Text Example

White with #CB3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3531; }

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

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

background-color css

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

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

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

border-color css

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

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

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