Html Css Color HEX #CC3440 Brick Red

📋 copy color: '#CC3440'

red 204 ◦ green 52 ◦ blue 64

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

Shades of Brick Red #CC3440

Tints of Brick Red #CC3440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 63.75%
G = 16.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC3440 (or 0xCC3440) is known color: Brick Red. HEX triplet: CC, 34 and 40. RGB value is (204,52,64). Sum of RGB (Red+Green+Blue) = 204+52+64=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3440 is #33CBBF. Grayscale: #626262. Windows color (decimal): -3394496 or 4207820. OLE color: 4207820.

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

Color convert

RGB 204 52 64 -
CMYK 0 0.75 0.69 0.2
HSL 355.26º 0.6% 0.5% -
HSV(B) 355.26º 0.75% 0.8% -
XYZ 27.06 15.66 6.45 -
YUV 98.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 204 52 64 0 0.75 0.69 0.2 355.26 0.6 0.5
Hex CC 34 40 0 4B 45 14 163 3C 32
Octal 314 64 100 0 113 105 24 543 74 62
Binary 11001100 110100 1000000 0 1001011 1000101 10100 101100011 111100 110010

Color Harmonies of #CC3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3440

Black with #CC3440

Text Example


Text Example

White with #CC3440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3440; }

 p { color: rgb(204,52,64); }

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

background-color css

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

 a { background-color: rgb(204,52,64); }

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

border-color css

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

 span { border-color: rgb(204,52,64); }

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