Html Css Color HEX #CB2643 Brick Red

📋 copy color: '#CB2643'

red 203 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #CB2643

Tints of Brick Red #CB2643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 65.91%
G = 12.34%
B = 21.75%

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

#CB2643 (or 0xCB2643) is known color: Brick Red. HEX triplet: CB, 26 and 43. RGB value is (203,38,67). Sum of RGB (Red+Green+Blue) = 203+38+67=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2643 is #34D9BC. Grayscale: #5A5A5A. Windows color (decimal): -3463613 or 4400843. OLE color: 4400843.

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

Color convert

RGB 203 38 67 -
CMYK 0 0.81 0.67 0.20
HSL 349.45º 0.68% 0.47% -
HSV(B) 349.45º 0.81% 0.8% -
XYZ 26.33 14.49 6.72 -
YUV 90.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 203 38 67 0 0.81 0.67 0.20 349.45 0.68 0.47
Hex CB 26 43 0 51 43 14 15D 44 2F
Octal 313 46 103 0 121 103 24 535 104 57
Binary 11001011 100110 1000011 0 1010001 1000011 10100 101011101 1000100 101111

Color Harmonies of #CB2643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2643

Black with #CB2643

Text Example


Text Example

White with #CB2643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2643; }

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

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

background-color css

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

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

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

border-color css

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

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

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