Html Css Color HEX #CC394B Brick Red

📋 copy color: '#CC394B'

red 204 ◦ green 57 ◦ blue 75

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

Shades of Brick Red #CC394B

Tints of Brick Red #CC394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

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

R = 60.71%
G = 16.96%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC394B (or 0xCC394B) is known color: Brick Red. HEX triplet: CC, 39 and 4B. RGB value is (204,57,75). Sum of RGB (Red+Green+Blue) = 204+57+75=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC394B is #33C6B4. Grayscale: #676767. Windows color (decimal): -3393205 or 4929996. OLE color: 4929996.

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

Color convert

RGB 204 57 75 -
CMYK 0 0.72 0.63 0.2
HSL 352.65º 0.59% 0.51% -
HSV(B) 352.65º 0.72% 0.8% -
XYZ 27.63 16.27 8.34 -
YUV 103.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 204 57 75 0 0.72 0.63 0.2 352.65 0.59 0.51
Hex CC 39 4B 0 48 3F 14 161 3B 33
Octal 314 71 113 0 110 77 24 541 73 63
Binary 11001100 111001 1001011 0 1001000 111111 10100 101100001 111011 110011

Color Harmonies of #CC394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC394B

Black with #CC394B

Text Example


Text Example

White with #CC394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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