Html Css Color HEX #CB2744 Brick Red

📋 copy color: '#CB2744'

red 203 ◦ green 39 ◦ blue 68

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

Shades of Brick Red #CB2744

Tints of Brick Red #CB2744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

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

R = 65.48%
G = 12.58%
B = 21.94%

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

#CB2744 (or 0xCB2744) is known color: Brick Red. HEX triplet: CB, 27 and 44. RGB value is (203,39,68). Sum of RGB (Red+Green+Blue) = 203+39+68=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2744 is #34D8BB. Grayscale: #5B5B5B. Windows color (decimal): -3463356 or 4466635. OLE color: 4466635.

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

Color convert

RGB 203 39 68 -
CMYK 0 0.81 0.67 0.20
HSL 349.39º 0.68% 0.47% -
HSV(B) 349.39º 0.81% 0.8% -
XYZ 26.4 14.56 6.89 -
YUV 91.34 114.83 207.64 -
System Red Green Blue C M Y K H S L
Decimal 203 39 68 0 0.81 0.67 0.20 349.39 0.68 0.47
Hex CB 27 44 0 51 43 14 15D 44 2F
Octal 313 47 104 0 121 103 24 535 104 57
Binary 11001011 100111 1000100 0 1010001 1000011 10100 101011101 1000100 101111

Color Harmonies of #CB2744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2744

Black with #CB2744

Text Example


Text Example

White with #CB2744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2744; }

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

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

background-color css

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

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

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

border-color css

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

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

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