Html Css Color HEX #CB2245 Brick Red

📋 copy color: '#CB2245'

red 203 ◦ green 34 ◦ blue 69

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

Shades of Brick Red #CB2245

Tints of Brick Red #CB2245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.11%

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 66.34%
G = 11.11%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB2245 (or 0xCB2245) is known color: Brick Red. HEX triplet: CB, 22 and 45. RGB value is (203,34,69). Sum of RGB (Red+Green+Blue) = 203+34+69=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2245 is #34DDBA. Grayscale: #585858. Windows color (decimal): -3464635 or 4530891. OLE color: 4530891.

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

Color convert

RGB 203 34 69 -
CMYK 0 0.83 0.66 0.20
HSL 347.57º 0.71% 0.46% -
HSV(B) 347.57º 0.83% 0.8% -
XYZ 26.27 14.27 7 -
YUV 88.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 203 34 69 0 0.83 0.66 0.20 347.57 0.71 0.46
Hex CB 22 45 0 53 42 14 15C 47 2E
Octal 313 42 105 0 123 102 24 534 107 56
Binary 11001011 100010 1000101 0 1010011 1000010 10100 101011100 1000111 101110

Color Harmonies of #CB2245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2245

Black with #CB2245

Text Example


Text Example

White with #CB2245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2245; }

 p { color: rgb(203,34,69); }

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

background-color css

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

 a { background-color: rgb(203,34,69); }

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

border-color css

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

 span { border-color: rgb(203,34,69); }

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