Html Css Color HEX #CC2748 Brick Red

📋 copy color: '#CC2748'

red 204 ◦ green 39 ◦ blue 72

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

Shades of Brick Red #CC2748

Tints of Brick Red #CC2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

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

R = 64.76%
G = 12.38%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC2748 (or 0xCC2748) is known color: Brick Red. HEX triplet: CC, 27 and 48. RGB value is (204,39,72). Sum of RGB (Red+Green+Blue) = 204+39+72=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2748 is #33D8B7. Grayscale: #5C5C5C. Windows color (decimal): -3397816 or 4728780. OLE color: 4728780.

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

Color convert

RGB 204 39 72 -
CMYK 0 0.81 0.65 0.2
HSL 348º 0.68% 0.48% -
HSV(B) 348º 0.81% 0.8% -
XYZ 26.8 14.76 7.57 -
YUV 92.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 204 39 72 0 0.81 0.65 0.2 348 0.68 0.48
Hex CC 27 48 0 51 41 14 15C 44 30
Octal 314 47 110 0 121 101 24 534 104 60
Binary 11001100 100111 1001000 0 1010001 1000001 10100 101011100 1000100 110000

Color Harmonies of #CC2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2748

Black with #CC2748

Text Example


Text Example

White with #CC2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2748; }

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

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

background-color css

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

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

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

border-color css

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

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

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