Html Css Color HEX #CB312D Persian Red

📋 copy color: '#CB312D'

red 203 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #CB312D

Tints of Persian Red #CB312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 68.35%
G = 16.5%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB312D (or 0xCB312D) is known color: Persian Red. HEX triplet: CB, 31 and 2D. RGB value is (203,49,45). Sum of RGB (Red+Green+Blue) = 203+49+45=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB312D is #34CED2. Grayscale: #5E5E5E. Windows color (decimal): -3460819 or 2961867. OLE color: 2961867.

HSL color Cylindrical-coordinate representation of color #CB312D: hue angle of 1.52º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB312D is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 49 45 -
CMYK 0 0.76 0.78 0.20
HSL 1.52º 0.64% 0.49% -
HSV(B) 1.52º 0.78% 0.8% -
XYZ 26.2 15.08 4.01 -
YUV 94.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 203 49 45 0 0.76 0.78 0.20 1.52 0.64 0.49
Hex CB 31 2D 0 4C 4E 14 2 40 31
Octal 313 61 55 0 114 116 24 2 100 61
Binary 11001011 110001 101101 0 1001100 1001110 10100 10 1000000 110001

Color Harmonies of #CB312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB312D

Black with #CB312D

Text Example


Text Example

White with #CB312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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