Html Css Color HEX #CB314A Brick Red

📋 copy color: '#CB314A'

red 203 ◦ green 49 ◦ blue 74

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

Shades of Brick Red #CB314A

Tints of Brick Red #CB314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 62.27%
G = 15.03%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB314A (or 0xCB314A) is known color: Brick Red. HEX triplet: CB, 31 and 4A. RGB value is (203,49,74). Sum of RGB (Red+Green+Blue) = 203+49+74=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB314A is #34CEB5. Grayscale: #616161. Windows color (decimal): -3460790 or 4862411. OLE color: 4862411.

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

Color convert

RGB 203 49 74 -
CMYK 0 0.76 0.64 0.20
HSL 350.26º 0.61% 0.49% -
HSV(B) 350.26º 0.76% 0.8% -
XYZ 26.96 15.39 8.03 -
YUV 97.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 203 49 74 0 0.76 0.64 0.20 350.26 0.61 0.49
Hex CB 31 4A 0 4C 40 14 15E 3D 31
Octal 313 61 112 0 114 100 24 536 75 61
Binary 11001011 110001 1001010 0 1001100 1000000 10100 101011110 111101 110001

Color Harmonies of #CB314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB314A

Black with #CB314A

Text Example


Text Example

White with #CB314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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