Html Css Color HEX #CB2743 Brick Red

📋 copy color: '#CB2743'

red 203 ◦ green 39 ◦ blue 67

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

Shades of Brick Red #CB2743

Tints of Brick Red #CB2743

RGB

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

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

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

R = 65.7%
G = 12.62%
B = 21.68%

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

#CB2743 (or 0xCB2743) is known color: Brick Red. HEX triplet: CB, 27 and 43. RGB value is (203,39,67). Sum of RGB (Red+Green+Blue) = 203+39+67=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2743 is #34D8BC. Grayscale: #5B5B5B. Windows color (decimal): -3463357 or 4401099. OLE color: 4401099.

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

Color convert

RGB 203 39 67 -
CMYK 0 0.81 0.67 0.20
HSL 349.76º 0.68% 0.47% -
HSV(B) 349.76º 0.81% 0.8% -
XYZ 26.37 14.55 6.73 -
YUV 91.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 203 39 67 0 0.81 0.67 0.20 349.76 0.68 0.47
Hex CB 27 43 0 51 43 14 15E 44 2F
Octal 313 47 103 0 121 103 24 536 104 57
Binary 11001011 100111 1000011 0 1010001 1000011 10100 101011110 1000100 101111

Color Harmonies of #CB2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2743

Black with #CB2743

Text Example


Text Example

White with #CB2743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2743; }

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

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

background-color css

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

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

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

border-color css

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

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

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