Html Css Color HEX #CC313F Brick Red

📋 copy color: '#CC313F'

red 204 ◦ green 49 ◦ blue 63

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

Shades of Brick Red #CC313F

Tints of Brick Red #CC313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 64.56%
G = 15.51%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC313F (or 0xCC313F) is known color: Brick Red. HEX triplet: CC, 31 and 3F. RGB value is (204,49,63). Sum of RGB (Red+Green+Blue) = 204+49+63=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC313F is #33CEC0. Grayscale: #616161. Windows color (decimal): -3395265 or 4141516. OLE color: 4141516.

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

Color convert

RGB 204 49 63 -
CMYK 0 0.76 0.69 0.2
HSL 354.58º 0.61% 0.5% -
HSV(B) 354.58º 0.76% 0.8% -
XYZ 26.9 15.39 6.26 -
YUV 96.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 204 49 63 0 0.76 0.69 0.2 354.58 0.61 0.5
Hex CC 31 3F 0 4C 45 14 163 3D 32
Octal 314 61 77 0 114 105 24 543 75 62
Binary 11001100 110001 111111 0 1001100 1000101 10100 101100011 111101 110010

Color Harmonies of #CC313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC313F

Black with #CC313F

Text Example


Text Example

White with #CC313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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