Html Css Color HEX #CB2347 Brick Red

📋 copy color: '#CB2347'

red 203 ◦ green 35 ◦ blue 71

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

Shades of Brick Red #CB2347

Tints of Brick Red #CB2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

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

R = 65.7%
G = 11.33%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB2347 (or 0xCB2347) is known color: Brick Red. HEX triplet: CB, 23 and 47. RGB value is (203,35,71). Sum of RGB (Red+Green+Blue) = 203+35+71=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2347 is #34DCB8. Grayscale: #595959. Windows color (decimal): -3464377 or 4662219. OLE color: 4662219.

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

Color convert

RGB 203 35 71 -
CMYK 0 0.83 0.65 0.20
HSL 347.14º 0.71% 0.47% -
HSV(B) 347.14º 0.83% 0.8% -
XYZ 26.37 14.35 7.34 -
YUV 89.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 203 35 71 0 0.83 0.65 0.20 347.14 0.71 0.47
Hex CB 23 47 0 53 41 14 15B 47 2F
Octal 313 43 107 0 123 101 24 533 107 57
Binary 11001011 100011 1000111 0 1010011 1000001 10100 101011011 1000111 101111

Color Harmonies of #CB2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2347

Black with #CB2347

Text Example


Text Example

White with #CB2347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2347; }

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

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

background-color css

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

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

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

border-color css

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

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

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