Html Css Color HEX #CC2F3D Brick Red

📋 copy color: '#CC2F3D'

red 204 ◦ green 47 ◦ blue 61

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

Shades of Brick Red #CC2F3D

Tints of Brick Red #CC2F3D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

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

R = 65.38%
G = 15.06%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC2F3D (or 0xCC2F3D) is known color: Brick Red. HEX triplet: CC, 2F and 3D. RGB value is (204,47,61). Sum of RGB (Red+Green+Blue) = 204+47+61=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2F3D is #33D0C2. Grayscale: #5F5F5F. Windows color (decimal): -3395779 or 4009932. OLE color: 4009932.

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

Color convert

RGB 204 47 61 -
CMYK 0 0.77 0.70 0.2
HSL 354.65º 0.63% 0.49% -
HSV(B) 354.65º 0.77% 0.8% -
XYZ 26.76 15.21 5.94 -
YUV 95.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 204 47 61 0 0.77 0.70 0.2 354.65 0.63 0.49
Hex CC 2F 3D 0 4D 46 14 163 3F 31
Octal 314 57 75 0 115 106 24 543 77 61
Binary 11001100 101111 111101 0 1001101 1000110 10100 101100011 111111 110001

Color Harmonies of #CC2F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F3D

Black with #CC2F3D

Text Example


Text Example

White with #CC2F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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