Html Css Color HEX #CC3843 Brick Red

📋 copy color: '#CC3843'

red 204 ◦ green 56 ◦ blue 67

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

Shades of Brick Red #CC3843

Tints of Brick Red #CC3843

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.13%

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

R = 62.39%
G = 17.13%
B = 20.49%

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

#CC3843 (or 0xCC3843) is known color: Brick Red. HEX triplet: CC, 38 and 43. RGB value is (204,56,67). Sum of RGB (Red+Green+Blue) = 204+56+67=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3843 is #33C7BC. Grayscale: #656565. Windows color (decimal): -3393469 or 4405452. OLE color: 4405452.

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

Color convert

RGB 204 56 67 -
CMYK 0 0.73 0.67 0.2
HSL 355.54º 0.59% 0.51% -
HSV(B) 355.54º 0.73% 0.8% -
XYZ 27.33 16.07 6.97 -
YUV 101.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 204 56 67 0 0.73 0.67 0.2 355.54 0.59 0.51
Hex CC 38 43 0 49 43 14 164 3B 33
Octal 314 70 103 0 111 103 24 544 73 63
Binary 11001100 111000 1000011 0 1001001 1000011 10100 101100100 111011 110011

Color Harmonies of #CC3843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3843

Black with #CC3843

Text Example


Text Example

White with #CC3843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3843; }

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

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

background-color css

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

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

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

border-color css

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

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

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