Html Css Color HEX #CC274A Brick Red

📋 copy color: '#CC274A'

red 204 ◦ green 39 ◦ blue 74

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

Shades of Brick Red #CC274A

Tints of Brick Red #CC274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 64.35%
G = 12.3%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC274A (or 0xCC274A) is known color: Brick Red. HEX triplet: CC, 27 and 4A. RGB value is (204,39,74). Sum of RGB (Red+Green+Blue) = 204+39+74=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC274A is #33D8B5. Grayscale: #5C5C5C. Windows color (decimal): -3397814 or 4859852. OLE color: 4859852.

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

Color convert

RGB 204 39 74 -
CMYK 0 0.81 0.64 0.2
HSL 347.27º 0.68% 0.48% -
HSV(B) 347.27º 0.81% 0.8% -
XYZ 26.86 14.78 7.92 -
YUV 92.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 204 39 74 0 0.81 0.64 0.2 347.27 0.68 0.48
Hex CC 27 4A 0 51 40 14 15B 44 30
Octal 314 47 112 0 121 100 24 533 104 60
Binary 11001100 100111 1001010 0 1010001 1000000 10100 101011011 1000100 110000

Color Harmonies of #CC274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC274A

Black with #CC274A

Text Example


Text Example

White with #CC274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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