Html Css Color HEX #CC3647 Brick Red

📋 copy color: '#CC3647'

red 204 ◦ green 54 ◦ blue 71

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

Shades of Brick Red #CC3647

Tints of Brick Red #CC3647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 62.01%
G = 16.41%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC3647 (or 0xCC3647) is known color: Brick Red. HEX triplet: CC, 36 and 47. RGB value is (204,54,71). Sum of RGB (Red+Green+Blue) = 204+54+71=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3647 is #33C9B8. Grayscale: #646464. Windows color (decimal): -3393977 or 4667084. OLE color: 4667084.

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

Color convert

RGB 204 54 71 -
CMYK 0 0.74 0.65 0.2
HSL 353.2º 0.6% 0.51% -
HSV(B) 353.2º 0.74% 0.8% -
XYZ 27.36 15.93 7.59 -
YUV 100.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 204 54 71 0 0.74 0.65 0.2 353.2 0.6 0.51
Hex CC 36 47 0 4A 41 14 161 3C 33
Octal 314 66 107 0 112 101 24 541 74 63
Binary 11001100 110110 1000111 0 1001010 1000001 10100 101100001 111100 110011

Color Harmonies of #CC3647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3647

Black with #CC3647

Text Example


Text Example

White with #CC3647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3647; }

 p { color: rgb(204,54,71); }

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

background-color css

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

 a { background-color: rgb(204,54,71); }

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

border-color css

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

 span { border-color: rgb(204,54,71); }

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