Html Css Color HEX #CC2644 Brick Red

📋 copy color: '#CC2644'

red 204 ◦ green 38 ◦ blue 68

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

Shades of Brick Red #CC2644

Tints of Brick Red #CC2644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 65.81%
G = 12.26%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC2644 (or 0xCC2644) is known color: Brick Red. HEX triplet: CC, 26 and 44. RGB value is (204,38,68). Sum of RGB (Red+Green+Blue) = 204+38+68=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2644 is #33D9BB. Grayscale: #5B5B5B. Windows color (decimal): -3398076 or 4466380. OLE color: 4466380.

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

Color convert

RGB 204 38 68 -
CMYK 0 0.81 0.67 0.2
HSL 349.16º 0.69% 0.47% -
HSV(B) 349.16º 0.81% 0.8% -
XYZ 26.64 14.64 6.89 -
YUV 91.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 204 38 68 0 0.81 0.67 0.2 349.16 0.69 0.47
Hex CC 26 44 0 51 43 14 15D 45 2F
Octal 314 46 104 0 121 103 24 535 105 57
Binary 11001100 100110 1000100 0 1010001 1000011 10100 101011101 1000101 101111

Color Harmonies of #CC2644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2644

Black with #CC2644

Text Example


Text Example

White with #CC2644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2644; }

 p { color: rgb(204,38,68); }

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

background-color css

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

 a { background-color: rgb(204,38,68); }

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

border-color css

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

 span { border-color: rgb(204,38,68); }

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