Html Css Color HEX #CB2749 Brick Red

📋 copy color: '#CB2749'

red 203 ◦ green 39 ◦ blue 73

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

Shades of Brick Red #CB2749

Tints of Brick Red #CB2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

 BLUE value IS 73 (28.91% from 255) = 23.17%

R = 64.44%
G = 12.38%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB2749 (or 0xCB2749) is known color: Brick Red. HEX triplet: CB, 27 and 49. RGB value is (203,39,73). Sum of RGB (Red+Green+Blue) = 203+39+73=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2749 is #34D8B6. Grayscale: #5B5B5B. Windows color (decimal): -3463351 or 4794315. OLE color: 4794315.

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

Color convert

RGB 203 39 73 -
CMYK 0 0.81 0.64 0.20
HSL 347.56º 0.68% 0.47% -
HSV(B) 347.56º 0.81% 0.8% -
XYZ 26.56 14.63 7.73 -
YUV 91.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 203 39 73 0 0.81 0.64 0.20 347.56 0.68 0.47
Hex CB 27 49 0 51 40 14 15C 44 2F
Octal 313 47 111 0 121 100 24 534 104 57
Binary 11001011 100111 1001001 0 1010001 1000000 10100 101011100 1000100 101111

Color Harmonies of #CB2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2749

Black with #CB2749

Text Example


Text Example

White with #CB2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2749; }

 p { color: rgb(203,39,73); }

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

background-color css

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

 a { background-color: rgb(203,39,73); }

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

border-color css

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

 span { border-color: rgb(203,39,73); }

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