Html Css Color HEX #CB2147 Brick Red

📋 copy color: '#CB2147'

red 203 ◦ green 33 ◦ blue 71

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

Shades of Brick Red #CB2147

Tints of Brick Red #CB2147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.75%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 66.12%
G = 10.75%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB2147 (or 0xCB2147) is known color: Brick Red. HEX triplet: CB, 21 and 47. RGB value is (203,33,71). Sum of RGB (Red+Green+Blue) = 203+33+71=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2147 is #34DEB8. Grayscale: #585858. Windows color (decimal): -3464889 or 4661707. OLE color: 4661707.

HSL color Cylindrical-coordinate representation of color #CB2147: hue angle of 346.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2147 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 33 71 -
CMYK 0 0.84 0.65 0.20
HSL 346.59º 0.72% 0.46% -
HSV(B) 346.59º 0.84% 0.8% -
XYZ 26.31 14.24 7.32 -
YUV 88.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 203 33 71 0 0.84 0.65 0.20 346.59 0.72 0.46
Hex CB 21 47 0 54 41 14 15B 48 2E
Octal 313 41 107 0 124 101 24 533 110 56
Binary 11001011 100001 1000111 0 1010100 1000001 10100 101011011 1001000 101110

Color Harmonies of #CB2147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2147

Black with #CB2147

Text Example


Text Example

White with #CB2147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2147; }

 p { color: rgb(203,33,71); }

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

background-color css

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

 a { background-color: rgb(203,33,71); }

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

border-color css

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

 span { border-color: rgb(203,33,71); }

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