Html Css Color HEX #CC254A Brick Red

📋 copy color: '#CC254A'

red 204 ◦ green 37 ◦ blue 74

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

Shades of Brick Red #CC254A

Tints of Brick Red #CC254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

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

R = 64.76%
G = 11.75%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC254A (or 0xCC254A) is known color: Brick Red. HEX triplet: CC, 25 and 4A. RGB value is (204,37,74). Sum of RGB (Red+Green+Blue) = 204+37+74=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC254A is #33DAB5. Grayscale: #5B5B5B. Windows color (decimal): -3398326 or 4859340. OLE color: 4859340.

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

Color convert

RGB 204 37 74 -
CMYK 0 0.82 0.64 0.2
HSL 346.71º 0.69% 0.47% -
HSV(B) 346.71º 0.82% 0.8% -
XYZ 26.8 14.65 7.89 -
YUV 91.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 204 37 74 0 0.82 0.64 0.2 346.71 0.69 0.47
Hex CC 25 4A 0 52 40 14 15B 45 2F
Octal 314 45 112 0 122 100 24 533 105 57
Binary 11001100 100101 1001010 0 1010010 1000000 10100 101011011 1000101 101111

Color Harmonies of #CC254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC254A

Black with #CC254A

Text Example


Text Example

White with #CC254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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