Html Css Color HEX #CC3844 Brick Red

📋 copy color: '#CC3844'

red 204 ◦ green 56 ◦ blue 68

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

Shades of Brick Red #CC3844

Tints of Brick Red #CC3844

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.07%

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

R = 62.2%
G = 17.07%
B = 20.73%

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

#CC3844 (or 0xCC3844) is known color: Brick Red. HEX triplet: CC, 38 and 44. RGB value is (204,56,68). Sum of RGB (Red+Green+Blue) = 204+56+68=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3844 is #33C7BB. Grayscale: #656565. Windows color (decimal): -3393468 or 4470988. OLE color: 4470988.

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

Color convert

RGB 204 56 68 -
CMYK 0 0.73 0.67 0.2
HSL 355.14º 0.59% 0.51% -
HSV(B) 355.14º 0.73% 0.8% -
XYZ 27.36 16.08 7.13 -
YUV 101.62 109.03 201.02 -
System Red Green Blue C M Y K H S L
Decimal 204 56 68 0 0.73 0.67 0.2 355.14 0.59 0.51
Hex CC 38 44 0 49 43 14 163 3B 33
Octal 314 70 104 0 111 103 24 543 73 63
Binary 11001100 111000 1000100 0 1001001 1000011 10100 101100011 111011 110011

Color Harmonies of #CC3844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3844

Black with #CC3844

Text Example


Text Example

White with #CC3844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3844; }

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

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

background-color css

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

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

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

border-color css

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

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

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