Html Css Color HEX #CC2641 Brick Red

📋 copy color: '#CC2641'

red 204 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #CC2641

Tints of Brick Red #CC2641

RGB

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

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

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

R = 66.45%
G = 12.38%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC2641 (or 0xCC2641) is known color: Brick Red. HEX triplet: CC, 26 and 41. RGB value is (204,38,65). Sum of RGB (Red+Green+Blue) = 204+38+65=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2641 is #33D9BE. Grayscale: #5A5A5A. Windows color (decimal): -3398079 or 4269772. OLE color: 4269772.

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

Color convert

RGB 204 38 65 -
CMYK 0 0.81 0.68 0.2
HSL 350.24º 0.69% 0.47% -
HSV(B) 350.24º 0.81% 0.8% -
XYZ 26.55 14.61 6.42 -
YUV 90.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 204 38 65 0 0.81 0.68 0.2 350.24 0.69 0.47
Hex CC 26 41 0 51 44 14 15E 45 2F
Octal 314 46 101 0 121 104 24 536 105 57
Binary 11001100 100110 1000001 0 1010001 1000100 10100 101011110 1000101 101111

Color Harmonies of #CC2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2641

Black with #CC2641

Text Example


Text Example

White with #CC2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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