Html Css Color HEX #CC3444 Brick Red

📋 copy color: '#CC3444'

red 204 ◦ green 52 ◦ blue 68

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

Shades of Brick Red #CC3444

Tints of Brick Red #CC3444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

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

R = 62.96%
G = 16.05%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC3444 (or 0xCC3444) is known color: Brick Red. HEX triplet: CC, 34 and 44. RGB value is (204,52,68). Sum of RGB (Red+Green+Blue) = 204+52+68=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3444 is #33CBBB. Grayscale: #636363. Windows color (decimal): -3394492 or 4469964. OLE color: 4469964.

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

Color convert

RGB 204 52 68 -
CMYK 0 0.75 0.67 0.2
HSL 353.68º 0.6% 0.5% -
HSV(B) 353.68º 0.75% 0.8% -
XYZ 27.17 15.71 7.07 -
YUV 99.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 204 52 68 0 0.75 0.67 0.2 353.68 0.6 0.5
Hex CC 34 44 0 4B 43 14 162 3C 32
Octal 314 64 104 0 113 103 24 542 74 62
Binary 11001100 110100 1000100 0 1001011 1000011 10100 101100010 111100 110010

Color Harmonies of #CC3444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3444

Black with #CC3444

Text Example


Text Example

White with #CC3444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3444; }

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

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

background-color css

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

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

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

border-color css

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

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

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