Html Css Color HEX #CC3D49 Brick Red

📋 copy color: '#CC3D49'

red 204 ◦ green 61 ◦ blue 73

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

Shades of Brick Red #CC3D49

Tints of Brick Red #CC3D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 60.36%
G = 18.05%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC3D49 (or 0xCC3D49) is known color: Brick Red. HEX triplet: CC, 3D and 49. RGB value is (204,61,73). Sum of RGB (Red+Green+Blue) = 204+61+73=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D49 is #33C2B6. Grayscale: #696969. Windows color (decimal): -3392183 or 4799948. OLE color: 4799948.

HSL color Cylindrical-coordinate representation of color #CC3D49: hue angle of 354.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3D49 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 61 73 -
CMYK 0 0.70 0.64 0.2
HSL 354.97º 0.58% 0.52% -
HSV(B) 354.97º 0.7% 0.8% -
XYZ 27.77 16.66 8.05 -
YUV 105.13 109.88 198.52 -
System Red Green Blue C M Y K H S L
Decimal 204 61 73 0 0.70 0.64 0.2 354.97 0.58 0.52
Hex CC 3D 49 0 46 40 14 163 3A 34
Octal 314 75 111 0 106 100 24 543 72 64
Binary 11001100 111101 1001001 0 1000110 1000000 10100 101100011 111010 110100

Color Harmonies of #CC3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D49

Black with #CC3D49

Text Example


Text Example

White with #CC3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D49; }

 p { color: rgb(204,61,73); }

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

background-color css

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

 a { background-color: rgb(204,61,73); }

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

border-color css

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

 span { border-color: rgb(204,61,73); }

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