Html Css Color HEX #CB2447 Brick Red

📋 copy color: '#CB2447'

red 203 ◦ green 36 ◦ blue 71

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

Shades of Brick Red #CB2447

Tints of Brick Red #CB2447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 65.48%
G = 11.61%
B = 22.9%

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

#CB2447 (or 0xCB2447) is known color: Brick Red. HEX triplet: CB, 24 and 47. RGB value is (203,36,71). Sum of RGB (Red+Green+Blue) = 203+36+71=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2447 is #34DBB8. Grayscale: #595959. Windows color (decimal): -3464121 or 4662475. OLE color: 4662475.

HSL color Cylindrical-coordinate representation of color #CB2447: hue angle of 347.43º degrees, saturation: 0.7, 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 #CB2447 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 71 -
CMYK 0 0.82 0.65 0.20
HSL 347.43º 0.7% 0.47% -
HSV(B) 347.43º 0.82% 0.8% -
XYZ 26.4 14.41 7.35 -
YUV 89.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 203 36 71 0 0.82 0.65 0.20 347.43 0.7 0.47
Hex CB 24 47 0 52 41 14 15B 46 2F
Octal 313 44 107 0 122 101 24 533 106 57
Binary 11001011 100100 1000111 0 1010010 1000001 10100 101011011 1000110 101111

Color Harmonies of #CB2447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2447

Black with #CB2447

Text Example


Text Example

White with #CB2447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2447; }

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

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

background-color css

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

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

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

border-color css

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

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

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