Html Css Color HEX #CC3441 Brick Red

📋 copy color: '#CC3441'

red 204 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #CC3441

Tints of Brick Red #CC3441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 63.55%
G = 16.2%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC3441 (or 0xCC3441) is known color: Brick Red. HEX triplet: CC, 34 and 41. RGB value is (204,52,65). Sum of RGB (Red+Green+Blue) = 204+52+65=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3441 is #33CBBE. Grayscale: #636363. Windows color (decimal): -3394495 or 4273356. OLE color: 4273356.

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

Color convert

RGB 204 52 65 -
CMYK 0 0.75 0.68 0.2
HSL 354.87º 0.6% 0.5% -
HSV(B) 354.87º 0.75% 0.8% -
XYZ 27.08 15.68 6.6 -
YUV 98.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 204 52 65 0 0.75 0.68 0.2 354.87 0.6 0.5
Hex CC 34 41 0 4B 44 14 163 3C 32
Octal 314 64 101 0 113 104 24 543 74 62
Binary 11001100 110100 1000001 0 1001011 1000100 10100 101100011 111100 110010

Color Harmonies of #CC3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3441

Black with #CC3441

Text Example


Text Example

White with #CC3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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