Html Css Color HEX #CC3748 Brick Red

📋 copy color: '#CC3748'

red 204 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #CC3748

Tints of Brick Red #CC3748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 61.63%
G = 16.62%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC3748 (or 0xCC3748) is known color: Brick Red. HEX triplet: CC, 37 and 48. RGB value is (204,55,72). Sum of RGB (Red+Green+Blue) = 204+55+72=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3748 is #33C8B7. Grayscale: #656565. Windows color (decimal): -3393720 or 4732876. OLE color: 4732876.

HSL color Cylindrical-coordinate representation of color #CC3748: hue angle of 353.15º 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 #CC3748 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 55 72 -
CMYK 0 0.73 0.65 0.2
HSL 353.15º 0.59% 0.51% -
HSV(B) 353.15º 0.73% 0.8% -
XYZ 27.44 16.04 7.78 -
YUV 101.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 204 55 72 0 0.73 0.65 0.2 353.15 0.59 0.51
Hex CC 37 48 0 49 41 14 161 3B 33
Octal 314 67 110 0 111 101 24 541 73 63
Binary 11001100 110111 1001000 0 1001001 1000001 10100 101100001 111011 110011

Color Harmonies of #CC3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3748

Black with #CC3748

Text Example


Text Example

White with #CC3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3748; }

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

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

background-color css

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

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

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

border-color css

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

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

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