Html Css Color HEX #CC2741 Brick Red

📋 copy color: '#CC2741'

red 204 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #CC2741

Tints of Brick Red #CC2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 66.23%
G = 12.66%
B = 21.1%

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

#CC2741 (or 0xCC2741) is known color: Brick Red. HEX triplet: CC, 27 and 41. RGB value is (204,39,65). Sum of RGB (Red+Green+Blue) = 204+39+65=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2741 is #33D8BE. Grayscale: #5B5B5B. Windows color (decimal): -3397823 or 4270028. OLE color: 4270028.

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

Color convert

RGB 204 39 65 -
CMYK 0 0.81 0.68 0.2
HSL 350.55º 0.68% 0.48% -
HSV(B) 350.55º 0.81% 0.8% -
XYZ 26.58 14.67 6.43 -
YUV 91.3 113.16 208.39 -
System Red Green Blue C M Y K H S L
Decimal 204 39 65 0 0.81 0.68 0.2 350.55 0.68 0.48
Hex CC 27 41 0 51 44 14 15F 44 30
Octal 314 47 101 0 121 104 24 537 104 60
Binary 11001100 100111 1000001 0 1010001 1000100 10100 101011111 1000100 110000

Color Harmonies of #CC2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2741

Black with #CC2741

Text Example


Text Example

White with #CC2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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