Html Css Color HEX #CC3241 Brick Red

📋 copy color: '#CC3241'

red 204 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #CC3241

Tints of Brick Red #CC3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 63.95%
G = 15.67%
B = 20.38%

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

#CC3241 (or 0xCC3241) is known color: Brick Red. HEX triplet: CC, 32 and 41. RGB value is (204,50,65). Sum of RGB (Red+Green+Blue) = 204+50+65=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3241 is #33CDBE. Grayscale: #616161. Windows color (decimal): -3395007 or 4272844. OLE color: 4272844.

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

Color convert

RGB 204 50 65 -
CMYK 0 0.75 0.68 0.2
HSL 354.16º 0.61% 0.5% -
HSV(B) 354.16º 0.75% 0.8% -
XYZ 27 15.5 6.57 -
YUV 97.76 109.52 203.78 -
System Red Green Blue C M Y K H S L
Decimal 204 50 65 0 0.75 0.68 0.2 354.16 0.61 0.5
Hex CC 32 41 0 4B 44 14 162 3D 32
Octal 314 62 101 0 113 104 24 542 75 62
Binary 11001100 110010 1000001 0 1001011 1000100 10100 101100010 111101 110010

Color Harmonies of #CC3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3241

Black with #CC3241

Text Example


Text Example

White with #CC3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3241; }

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

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

background-color css

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

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

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

border-color css

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

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

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