Html Css Color HEX #CC364A Brick Red

📋 copy color: '#CC364A'

red 204 ◦ green 54 ◦ blue 74

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

Shades of Brick Red #CC364A

Tints of Brick Red #CC364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 61.45%
G = 16.27%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC364A (or 0xCC364A) is known color: Brick Red. HEX triplet: CC, 36 and 4A. RGB value is (204,54,74). Sum of RGB (Red+Green+Blue) = 204+54+74=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC364A is #33C9B5. Grayscale: #656565. Windows color (decimal): -3393974 or 4863692. OLE color: 4863692.

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

Color convert

RGB 204 54 74 -
CMYK 0 0.74 0.64 0.2
HSL 352º 0.6% 0.51% -
HSV(B) 352º 0.74% 0.8% -
XYZ 27.46 15.97 8.11 -
YUV 101.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 204 54 74 0 0.74 0.64 0.2 352 0.6 0.51
Hex CC 36 4A 0 4A 40 14 160 3C 33
Octal 314 66 112 0 112 100 24 540 74 63
Binary 11001100 110110 1001010 0 1001010 1000000 10100 101100000 111100 110011

Color Harmonies of #CC364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC364A

Black with #CC364A

Text Example


Text Example

White with #CC364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC364A; }

 p { color: rgb(204,54,74); }

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

background-color css

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

 a { background-color: rgb(204,54,74); }

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

border-color css

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

 span { border-color: rgb(204,54,74); }

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