Html Css Color HEX #CC313D Brick Red

📋 copy color: '#CC313D'

red 204 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #CC313D

Tints of Brick Red #CC313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

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

R = 64.97%
G = 15.61%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC313D (or 0xCC313D) is known color: Brick Red. HEX triplet: CC, 31 and 3D. RGB value is (204,49,61). Sum of RGB (Red+Green+Blue) = 204+49+61=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC313D is #33CEC2. Grayscale: #606060. Windows color (decimal): -3395267 or 4010444. OLE color: 4010444.

HSL color Cylindrical-coordinate representation of color #CC313D: hue angle of 355.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC313D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 49 61 -
CMYK 0 0.76 0.70 0.2
HSL 355.35º 0.61% 0.5% -
HSV(B) 355.35º 0.76% 0.8% -
XYZ 26.84 15.37 5.97 -
YUV 96.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 204 49 61 0 0.76 0.70 0.2 355.35 0.61 0.5
Hex CC 31 3D 0 4C 46 14 163 3D 32
Octal 314 61 75 0 114 106 24 543 75 62
Binary 11001100 110001 111101 0 1001100 1000110 10100 101100011 111101 110010

Color Harmonies of #CC313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC313D

Black with #CC313D

Text Example


Text Example

White with #CC313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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