Html Css Color HEX #CC2D4B Brick Red

📋 copy color: '#CC2D4B'

red 204 ◦ green 45 ◦ blue 75

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

Shades of Brick Red #CC2D4B

Tints of Brick Red #CC2D4B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.89%

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 62.96%
G = 13.89%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC2D4B (or 0xCC2D4B) is known color: Brick Red. HEX triplet: CC, 2D and 4B. RGB value is (204,45,75). Sum of RGB (Red+Green+Blue) = 204+45+75=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2D4B is #33D2B4. Grayscale: #606060. Windows color (decimal): -3396277 or 4926924. OLE color: 4926924.

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

Color convert

RGB 204 45 75 -
CMYK 0 0.78 0.63 0.2
HSL 348.68º 0.64% 0.49% -
HSV(B) 348.68º 0.78% 0.8% -
XYZ 27.11 15.22 8.17 -
YUV 95.96 116.18 205.06 -
System Red Green Blue C M Y K H S L
Decimal 204 45 75 0 0.78 0.63 0.2 348.68 0.64 0.49
Hex CC 2D 4B 0 4E 3F 14 15D 40 31
Octal 314 55 113 0 116 77 24 535 100 61
Binary 11001100 101101 1001011 0 1001110 111111 10100 101011101 1000000 110001

Color Harmonies of #CC2D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D4B

Black with #CC2D4B

Text Example


Text Example

White with #CC2D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D4B; }

 p { color: rgb(204,45,75); }

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

background-color css

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

 a { background-color: rgb(204,45,75); }

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

border-color css

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

 span { border-color: rgb(204,45,75); }

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