Html Css Color HEX #CC2646 Brick Red

📋 copy color: '#CC2646'

red 204 ◦ green 38 ◦ blue 70

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

Shades of Brick Red #CC2646

Tints of Brick Red #CC2646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.18%

 BLUE value IS 70 (27.73% from 255) = 22.44%

R = 65.38%
G = 12.18%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC2646 (or 0xCC2646) is known color: Brick Red. HEX triplet: CC, 26 and 46. RGB value is (204,38,70). Sum of RGB (Red+Green+Blue) = 204+38+70=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2646 is #33D9B9. Grayscale: #5B5B5B. Windows color (decimal): -3398074 or 4597452. OLE color: 4597452.

HSL color Cylindrical-coordinate representation of color #CC2646: hue angle of 348.43º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2646 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 70 -
CMYK 0 0.81 0.66 0.2
HSL 348.43º 0.69% 0.47% -
HSV(B) 348.43º 0.81% 0.8% -
XYZ 26.7 14.67 7.22 -
YUV 91.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 204 38 70 0 0.81 0.66 0.2 348.43 0.69 0.47
Hex CC 26 46 0 51 42 14 15C 45 2F
Octal 314 46 106 0 121 102 24 534 105 57
Binary 11001100 100110 1000110 0 1010001 1000010 10100 101011100 1000101 101111

Color Harmonies of #CC2646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2646

Black with #CC2646

Text Example


Text Example

White with #CC2646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2646; }

 p { color: rgb(204,38,70); }

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

background-color css

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

 a { background-color: rgb(204,38,70); }

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

border-color css

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

 span { border-color: rgb(204,38,70); }

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