Html Css Color HEX #CB2C3F Brick Red

📋 copy color: '#CB2C3F'

red 203 ◦ green 44 ◦ blue 63

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

Shades of Brick Red #CB2C3F

Tints of Brick Red #CB2C3F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.19%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 65.48%
G = 14.19%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB2C3F (or 0xCB2C3F) is known color: Brick Red. HEX triplet: CB, 2C and 3F. RGB value is (203,44,63). Sum of RGB (Red+Green+Blue) = 203+44+63=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C3F is #34D3C0. Grayscale: #5D5D5D. Windows color (decimal): -3462081 or 4140235. OLE color: 4140235.

HSL color Cylindrical-coordinate representation of color #CB2C3F: hue angle of 352.83º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2C3F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 44 63 -
CMYK 0 0.78 0.69 0.20
HSL 352.83º 0.64% 0.48% -
HSV(B) 352.83º 0.78% 0.8% -
XYZ 26.43 14.86 6.18 -
YUV 93.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 203 44 63 0 0.78 0.69 0.20 352.83 0.64 0.48
Hex CB 2C 3F 0 4E 45 14 161 40 30
Octal 313 54 77 0 116 105 24 541 100 60
Binary 11001011 101100 111111 0 1001110 1000101 10100 101100001 1000000 110000

Color Harmonies of #CB2C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C3F

Black with #CB2C3F

Text Example


Text Example

White with #CB2C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C3F; }

 p { color: rgb(203,44,63); }

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

background-color css

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

 a { background-color: rgb(203,44,63); }

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

border-color css

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

 span { border-color: rgb(203,44,63); }

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