Html Css Color HEX #CB312E Persian Red

📋 copy color: '#CB312E'

red 203 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #CB312E

Tints of Persian Red #CB312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 68.12%
G = 16.44%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB312E (or 0xCB312E) is known color: Persian Red. HEX triplet: CB, 31 and 2E. RGB value is (203,49,46). Sum of RGB (Red+Green+Blue) = 203+49+46=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB312E is #34CED1. Grayscale: #5E5E5E. Windows color (decimal): -3460818 or 3027403. OLE color: 3027403.

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

Color convert

RGB 203 49 46 -
CMYK 0 0.76 0.77 0.20
HSL 1.15º 0.63% 0.49% -
HSV(B) 1.15º 0.77% 0.8% -
XYZ 26.22 15.09 4.12 -
YUV 94.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 203 49 46 0 0.76 0.77 0.20 1.15 0.63 0.49
Hex CB 31 2E 0 4C 4D 14 1 3F 31
Octal 313 61 56 0 114 115 24 1 77 61
Binary 11001011 110001 101110 0 1001100 1001101 10100 1 111111 110001

Color Harmonies of #CB312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB312E

Black with #CB312E

Text Example


Text Example

White with #CB312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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