Html Css Color HEX #CC2B3F Brick Red

📋 copy color: '#CC2B3F'

red 204 ◦ green 43 ◦ blue 63

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

Shades of Brick Red #CC2B3F

Tints of Brick Red #CC2B3F

RGB

 RED value IS 204 (80.08% from 255) = 65.81%

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 65.81%
G = 13.87%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC2B3F (or 0xCC2B3F) is known color: Brick Red. HEX triplet: CC, 2B and 3F. RGB value is (204,43,63). Sum of RGB (Red+Green+Blue) = 204+43+63=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B3F is #33D4C0. Grayscale: #5D5D5D. Windows color (decimal): -3396801 or 4139980. OLE color: 4139980.

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

Color convert

RGB 204 43 63 -
CMYK 0 0.79 0.69 0.2
HSL 352.55º 0.65% 0.48% -
HSV(B) 352.55º 0.79% 0.8% -
XYZ 26.66 14.92 6.18 -
YUV 93.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 204 43 63 0 0.79 0.69 0.2 352.55 0.65 0.48
Hex CC 2B 3F 0 4F 45 14 161 41 30
Octal 314 53 77 0 117 105 24 541 101 60
Binary 11001100 101011 111111 0 1001111 1000101 10100 101100001 1000001 110000

Color Harmonies of #CC2B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B3F

Black with #CC2B3F

Text Example


Text Example

White with #CC2B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B3F; }

 p { color: rgb(204,43,63); }

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

background-color css

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

 a { background-color: rgb(204,43,63); }

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

border-color css

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

 span { border-color: rgb(204,43,63); }

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