Html Css Color HEX #CC374B Brick Red

📋 copy color: '#CC374B'

red 204 ◦ green 55 ◦ blue 75

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

Shades of Brick Red #CC374B

Tints of Brick Red #CC374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 61.08%
G = 16.47%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC374B (or 0xCC374B) is known color: Brick Red. HEX triplet: CC, 37 and 4B. RGB value is (204,55,75). Sum of RGB (Red+Green+Blue) = 204+55+75=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC374B is #33C8B4. Grayscale: #656565. Windows color (decimal): -3393717 or 4929484. OLE color: 4929484.

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

Color convert

RGB 204 55 75 -
CMYK 0 0.73 0.63 0.2
HSL 351.95º 0.59% 0.51% -
HSV(B) 351.95º 0.73% 0.8% -
XYZ 27.54 16.08 8.31 -
YUV 101.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 204 55 75 0 0.73 0.63 0.2 351.95 0.59 0.51
Hex CC 37 4B 0 49 3F 14 160 3B 33
Octal 314 67 113 0 111 77 24 540 73 63
Binary 11001100 110111 1001011 0 1001001 111111 10100 101100000 111011 110011

Color Harmonies of #CC374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC374B

Black with #CC374B

Text Example


Text Example

White with #CC374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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