Html Css Color HEX #CC273D Brick Red

📋 copy color: '#CC273D'

red 204 ◦ green 39 ◦ blue 61

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

Shades of Brick Red #CC273D

Tints of Brick Red #CC273D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.07%

R = 67.11%
G = 12.83%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC273D (or 0xCC273D) is known color: Brick Red. HEX triplet: CC, 27 and 3D. RGB value is (204,39,61). Sum of RGB (Red+Green+Blue) = 204+39+61=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC273D is #33D8C2. Grayscale: #5A5A5A. Windows color (decimal): -3397827 or 4007884. OLE color: 4007884.

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

Color convert

RGB 204 39 61 -
CMYK 0 0.81 0.70 0.2
HSL 352º 0.68% 0.48% -
HSV(B) 352º 0.81% 0.8% -
XYZ 26.47 14.63 5.84 -
YUV 90.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 204 39 61 0 0.81 0.70 0.2 352 0.68 0.48
Hex CC 27 3D 0 51 46 14 160 44 30
Octal 314 47 75 0 121 106 24 540 104 60
Binary 11001100 100111 111101 0 1010001 1000110 10100 101100000 1000100 110000

Color Harmonies of #CC273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC273D

Black with #CC273D

Text Example


Text Example

White with #CC273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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