Html Css Color HEX #CC273A Brick Red

📋 copy color: '#CC273A'

red 204 ◦ green 39 ◦ blue 58

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

Shades of Brick Red #CC273A

Tints of Brick Red #CC273A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 67.77%
G = 12.96%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC273A (or 0xCC273A) is known color: Brick Red. HEX triplet: CC, 27 and 3A. RGB value is (204,39,58). Sum of RGB (Red+Green+Blue) = 204+39+58=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC273A is #33D8C5. Grayscale: #5A5A5A. Windows color (decimal): -3397830 or 3811276. OLE color: 3811276.

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

Color convert

RGB 204 39 58 -
CMYK 0 0.81 0.72 0.2
HSL 353.09º 0.68% 0.48% -
HSV(B) 353.09º 0.81% 0.8% -
XYZ 26.39 14.59 5.43 -
YUV 90.5 109.66 208.96 -
System Red Green Blue C M Y K H S L
Decimal 204 39 58 0 0.81 0.72 0.2 353.09 0.68 0.48
Hex CC 27 3A 0 51 48 14 161 44 30
Octal 314 47 72 0 121 110 24 541 104 60
Binary 11001100 100111 111010 0 1010001 1001000 10100 101100001 1000100 110000

Color Harmonies of #CC273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC273A

Black with #CC273A

Text Example


Text Example

White with #CC273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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