Html Css Color HEX #CC2642 Brick Red

📋 copy color: '#CC2642'

red 204 ◦ green 38 ◦ blue 66

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

Shades of Brick Red #CC2642

Tints of Brick Red #CC2642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 66.23%
G = 12.34%
B = 21.43%

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

#CC2642 (or 0xCC2642) is known color: Brick Red. HEX triplet: CC, 26 and 42. RGB value is (204,38,66). Sum of RGB (Red+Green+Blue) = 204+38+66=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2642 is #33D9BD. Grayscale: #5A5A5A. Windows color (decimal): -3398078 or 4335308. OLE color: 4335308.

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

Color convert

RGB 204 38 66 -
CMYK 0 0.81 0.68 0.2
HSL 349.88º 0.69% 0.47% -
HSV(B) 349.88º 0.81% 0.8% -
XYZ 26.58 14.62 6.57 -
YUV 90.83 114 208.72 -
System Red Green Blue C M Y K H S L
Decimal 204 38 66 0 0.81 0.68 0.2 349.88 0.69 0.47
Hex CC 26 42 0 51 44 14 15E 45 2F
Octal 314 46 102 0 121 104 24 536 105 57
Binary 11001100 100110 1000010 0 1010001 1000100 10100 101011110 1000101 101111

Color Harmonies of #CC2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2642

Black with #CC2642

Text Example


Text Example

White with #CC2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2642; }

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

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

background-color css

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

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

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

border-color css

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

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

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