Html Css Color HEX #CB2644 Brick Red

📋 copy color: '#CB2644'

red 203 ◦ green 38 ◦ blue 68

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

Shades of Brick Red #CB2644

Tints of Brick Red #CB2644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 65.7%
G = 12.3%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB2644 (or 0xCB2644) is known color: Brick Red. HEX triplet: CB, 26 and 44. RGB value is (203,38,68). Sum of RGB (Red+Green+Blue) = 203+38+68=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2644 is #34D9BB. Grayscale: #5A5A5A. Windows color (decimal): -3463612 or 4466379. OLE color: 4466379.

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

Color convert

RGB 203 38 68 -
CMYK 0 0.81 0.67 0.20
HSL 349.09º 0.68% 0.47% -
HSV(B) 349.09º 0.81% 0.8% -
XYZ 26.37 14.5 6.88 -
YUV 90.76 115.16 208.06 -
System Red Green Blue C M Y K H S L
Decimal 203 38 68 0 0.81 0.67 0.20 349.09 0.68 0.47
Hex CB 26 44 0 51 43 14 15D 44 2F
Octal 313 46 104 0 121 103 24 535 104 57
Binary 11001011 100110 1000100 0 1010001 1000011 10100 101011101 1000100 101111

Color Harmonies of #CB2644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2644

Black with #CB2644

Text Example


Text Example

White with #CB2644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2644; }

 p { color: rgb(203,38,68); }

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

background-color css

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

 a { background-color: rgb(203,38,68); }

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

border-color css

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

 span { border-color: rgb(203,38,68); }

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