Html Css Color HEX #CB2545 Brick Red

📋 copy color: '#CB2545'

red 203 ◦ green 37 ◦ blue 69

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

Shades of Brick Red #CB2545

Tints of Brick Red #CB2545

RGB

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

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

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

R = 65.7%
G = 11.97%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB2545 (or 0xCB2545) is known color: Brick Red. HEX triplet: CB, 25 and 45. RGB value is (203,37,69). Sum of RGB (Red+Green+Blue) = 203+37+69=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2545 is #34DABA. Grayscale: #5A5A5A. Windows color (decimal): -3463867 or 4531659. OLE color: 4531659.

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

Color convert

RGB 203 37 69 -
CMYK 0 0.82 0.66 0.20
HSL 348.43º 0.69% 0.47% -
HSV(B) 348.43º 0.82% 0.8% -
XYZ 26.36 14.45 7.03 -
YUV 90.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 203 37 69 0 0.82 0.66 0.20 348.43 0.69 0.47
Hex CB 25 45 0 52 42 14 15C 45 2F
Octal 313 45 105 0 122 102 24 534 105 57
Binary 11001011 100101 1000101 0 1010010 1000010 10100 101011100 1000101 101111

Color Harmonies of #CB2545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2545

Black with #CB2545

Text Example


Text Example

White with #CB2545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2545; }

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

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

background-color css

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

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

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

border-color css

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

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

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