Html Css Color HEX #CB2547 Brick Red

📋 copy color: '#CB2547'

red 203 ◦ green 37 ◦ blue 71

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

Shades of Brick Red #CB2547

Tints of Brick Red #CB2547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

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

R = 65.27%
G = 11.9%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB2547 (or 0xCB2547) is known color: Brick Red. HEX triplet: CB, 25 and 47. RGB value is (203,37,71). Sum of RGB (Red+Green+Blue) = 203+37+71=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2547 is #34DAB8. Grayscale: #5A5A5A. Windows color (decimal): -3463865 or 4662731. OLE color: 4662731.

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

Color convert

RGB 203 37 71 -
CMYK 0 0.82 0.65 0.20
HSL 347.71º 0.69% 0.47% -
HSV(B) 347.71º 0.82% 0.8% -
XYZ 26.43 14.47 7.36 -
YUV 90.51 117 208.24 -
System Red Green Blue C M Y K H S L
Decimal 203 37 71 0 0.82 0.65 0.20 347.71 0.69 0.47
Hex CB 25 47 0 52 41 14 15C 45 2F
Octal 313 45 107 0 122 101 24 534 105 57
Binary 11001011 100101 1000111 0 1010010 1000001 10100 101011100 1000101 101111

Color Harmonies of #CB2547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2547

Black with #CB2547

Text Example


Text Example

White with #CB2547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2547; }

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

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

background-color css

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

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

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

border-color css

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

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

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