Html Css Color HEX #CB2741 Brick Red

📋 copy color: '#CB2741'

red 203 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #CB2741

Tints of Brick Red #CB2741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 66.12%
G = 12.7%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB2741 (or 0xCB2741) is known color: Brick Red. HEX triplet: CB, 27 and 41. RGB value is (203,39,65). Sum of RGB (Red+Green+Blue) = 203+39+65=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2741 is #34D8BE. Grayscale: #5B5B5B. Windows color (decimal): -3463359 or 4270027. OLE color: 4270027.

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

Color convert

RGB 203 39 65 -
CMYK 0 0.81 0.68 0.20
HSL 350.49º 0.68% 0.47% -
HSV(B) 350.49º 0.81% 0.8% -
XYZ 26.31 14.53 6.42 -
YUV 91 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 203 39 65 0 0.81 0.68 0.20 350.49 0.68 0.47
Hex CB 27 41 0 51 44 14 15E 44 2F
Octal 313 47 101 0 121 104 24 536 104 57
Binary 11001011 100111 1000001 0 1010001 1000100 10100 101011110 1000100 101111

Color Harmonies of #CB2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2741

Black with #CB2741

Text Example


Text Example

White with #CB2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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