Html Css Color HEX #CC3743 Brick Red

📋 copy color: '#CC3743'

red 204 ◦ green 55 ◦ blue 67

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

Shades of Brick Red #CC3743

Tints of Brick Red #CC3743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.55%

R = 62.58%
G = 16.87%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC3743 (or 0xCC3743) is known color: Brick Red. HEX triplet: CC, 37 and 43. RGB value is (204,55,67). Sum of RGB (Red+Green+Blue) = 204+55+67=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3743 is #33C8BC. Grayscale: #656565. Windows color (decimal): -3393725 or 4405196. OLE color: 4405196.

HSL color Cylindrical-coordinate representation of color #CC3743: hue angle of 355.17º 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 #CC3743 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 55 67 -
CMYK 0 0.73 0.67 0.2
HSL 355.17º 0.59% 0.51% -
HSV(B) 355.17º 0.73% 0.8% -
XYZ 27.28 15.97 6.96 -
YUV 100.92 108.86 201.52 -
System Red Green Blue C M Y K H S L
Decimal 204 55 67 0 0.73 0.67 0.2 355.17 0.59 0.51
Hex CC 37 43 0 49 43 14 163 3B 33
Octal 314 67 103 0 111 103 24 543 73 63
Binary 11001100 110111 1000011 0 1001001 1000011 10100 101100011 111011 110011

Color Harmonies of #CC3743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3743

Black with #CC3743

Text Example


Text Example

White with #CC3743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3743; }

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

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

background-color css

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

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

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

border-color css

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

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

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