Html Css Color HEX #CC234A Brick Red

📋 copy color: '#CC234A'

red 204 ◦ green 35 ◦ blue 74

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

Shades of Brick Red #CC234A

Tints of Brick Red #CC234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

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

R = 65.18%
G = 11.18%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC234A (or 0xCC234A) is known color: Brick Red. HEX triplet: CC, 23 and 4A. RGB value is (204,35,74). Sum of RGB (Red+Green+Blue) = 204+35+74=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC234A is #33DCB5. Grayscale: #595959. Windows color (decimal): -3398838 or 4858828. OLE color: 4858828.

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

Color convert

RGB 204 35 74 -
CMYK 0 0.83 0.64 0.2
HSL 346.15º 0.71% 0.47% -
HSV(B) 346.15º 0.83% 0.8% -
XYZ 26.74 14.53 7.87 -
YUV 89.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 204 35 74 0 0.83 0.64 0.2 346.15 0.71 0.47
Hex CC 23 4A 0 53 40 14 15A 47 2F
Octal 314 43 112 0 123 100 24 532 107 57
Binary 11001100 100011 1001010 0 1010011 1000000 10100 101011010 1000111 101111

Color Harmonies of #CC234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC234A

Black with #CC234A

Text Example


Text Example

White with #CC234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC234A; }

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

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

background-color css

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

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

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

border-color css

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

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

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