Html Css Color HEX #CC2643 Brick Red

📋 copy color: '#CC2643'

red 204 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #CC2643

Tints of Brick Red #CC2643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 66.02%
G = 12.3%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC2643 (or 0xCC2643) is known color: Brick Red. HEX triplet: CC, 26 and 43. RGB value is (204,38,67). Sum of RGB (Red+Green+Blue) = 204+38+67=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2643 is #33D9BC. Grayscale: #5A5A5A. Windows color (decimal): -3398077 or 4400844. OLE color: 4400844.

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

Color convert

RGB 204 38 67 -
CMYK 0 0.81 0.67 0.2
HSL 349.52º 0.69% 0.47% -
HSV(B) 349.52º 0.81% 0.8% -
XYZ 26.61 14.63 6.73 -
YUV 90.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 204 38 67 0 0.81 0.67 0.2 349.52 0.69 0.47
Hex CC 26 43 0 51 43 14 15E 45 2F
Octal 314 46 103 0 121 103 24 536 105 57
Binary 11001100 100110 1000011 0 1010001 1000011 10100 101011110 1000101 101111

Color Harmonies of #CC2643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2643

Black with #CC2643

Text Example


Text Example

White with #CC2643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2643; }

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

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

background-color css

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

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

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

border-color css

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

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

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