Html Css Color HEX #CC334B Brick Red

📋 copy color: '#CC334B'

red 204 ◦ green 51 ◦ blue 75

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

Shades of Brick Red #CC334B

Tints of Brick Red #CC334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 61.82%
G = 15.45%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC334B (or 0xCC334B) is known color: Brick Red. HEX triplet: CC, 33 and 4B. RGB value is (204,51,75). Sum of RGB (Red+Green+Blue) = 204+51+75=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC334B is #33CCB4. Grayscale: #636363. Windows color (decimal): -3394741 or 4928460. OLE color: 4928460.

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

Color convert

RGB 204 51 75 -
CMYK 0 0.75 0.63 0.2
HSL 350.59º 0.6% 0.5% -
HSV(B) 350.59º 0.75% 0.8% -
XYZ 27.36 15.71 8.25 -
YUV 99.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 204 51 75 0 0.75 0.63 0.2 350.59 0.6 0.5
Hex CC 33 4B 0 4B 3F 14 15F 3C 32
Octal 314 63 113 0 113 77 24 537 74 62
Binary 11001100 110011 1001011 0 1001011 111111 10100 101011111 111100 110010

Color Harmonies of #CC334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC334B

Black with #CC334B

Text Example


Text Example

White with #CC334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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