Html Css Color HEX #CC3744 Brick Red

📋 copy color: '#CC3744'

red 204 ◦ green 55 ◦ blue 68

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

Shades of Brick Red #CC3744

Tints of Brick Red #CC3744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 62.39%
G = 16.82%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC3744 (or 0xCC3744) is known color: Brick Red. HEX triplet: CC, 37 and 44. RGB value is (204,55,68). Sum of RGB (Red+Green+Blue) = 204+55+68=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3744 is #33C8BB. Grayscale: #656565. Windows color (decimal): -3393724 or 4470732. OLE color: 4470732.

HSL color Cylindrical-coordinate representation of color #CC3744: hue angle of 354.77º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3744 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 55 68 -
CMYK 0 0.73 0.67 0.2
HSL 354.77º 0.59% 0.51% -
HSV(B) 354.77º 0.73% 0.8% -
XYZ 27.31 15.99 7.12 -
YUV 101.03 109.36 201.44 -
System Red Green Blue C M Y K H S L
Decimal 204 55 68 0 0.73 0.67 0.2 354.77 0.59 0.51
Hex CC 37 44 0 49 43 14 163 3B 33
Octal 314 67 104 0 111 103 24 543 73 63
Binary 11001100 110111 1000100 0 1001001 1000011 10100 101100011 111011 110011

Color Harmonies of #CC3744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3744

Black with #CC3744

Text Example


Text Example

White with #CC3744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3744; }

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

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

background-color css

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

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

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

border-color css

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

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

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